Add an extra 'proxy' with a requirement of PySocks

This commit is contained in:
Lee Miller 2023-04-13 20:35:13 +03:00
parent cee80ca34e
commit dadde74d24
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +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']},
classifiers=[
"License :: OSI Approved :: MIT License"
"Operating System :: OS Independent",