PySocks as requirement

This commit is contained in:
Eriks K 2020-09-29 15:06:30 +03:00
parent bf77f21b60
commit 7025f750dc
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 = []