Add a stem requirement for testing and a new extra - 'tor'

This commit is contained in:
Lee Miller 2023-09-05 05:00:56 +03:00
parent 4bcd7076e2
commit c998cf2e66
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
coverage
psutil
PySocks
stem

View File

@ -24,7 +24,7 @@ setup(
packages=find_packages(exclude=('*tests',)),
package_data={'': ['*.csv', 'tls/*.pem']},
entry_points={'console_scripts': ['minode = minode.main:main']},
extras_require={'proxy': ['PySocks']},
extras_require={'proxy': ['PySocks'], 'tor': ['PySocks', 'stem>1.8.0']},
classifiers=[
"License :: OSI Approved :: MIT License"
"Operating System :: OS Independent",