PySocks as requirement
This commit is contained in:
parent
bf77f21b60
commit
7025f750dc
@ -11,7 +11,8 @@ pytest==6.1.0
|
|||||||
responses==0.12.0
|
responses==0.12.0
|
||||||
setuptools==50.3.0
|
setuptools==50.3.0
|
||||||
Sphinx==3.2.1
|
Sphinx==3.2.1
|
||||||
requests[socks]==2.24.0
|
requests==2.24.0
|
||||||
|
PySocks==1.7.1
|
||||||
tox==3.20.0
|
tox==3.20.0
|
||||||
twine==3.2.0
|
twine==3.2.0
|
||||||
watchdog==0.10.3
|
watchdog==0.10.3
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
|
|||||||
with open('HISTORY.rst') as history_file:
|
with open('HISTORY.rst') as history_file:
|
||||||
history = history_file.read()
|
history = history_file.read()
|
||||||
|
|
||||||
requirements = ['pytz==2020.1', 'requests[socks]==2.24.0']
|
requirements = ['pytz==2020.1', 'requests==2.24.0', 'PySocks==1.7.1']
|
||||||
|
|
||||||
setup_requirements = []
|
setup_requirements = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user