try to fix urllib dep version req conflict

between warcprox and requests:
pkg_resources.DistributionNotFound: The 'urllib3<1.23,>=1.21.1' distribution was not found and is required by requests
This commit is contained in:
Noah Levitt 2018-08-22 12:54:13 -07:00
parent d45de4a28c
commit e2fc2a0c48

View File

@ -66,7 +66,7 @@ setuptools.setup(
'PyYAML>=3.12,<=3.12',
'youtube-dl>=2018.7.21,<=2018.7.21',
'reppy==0.3.4',
'requests>=2.18.4,<=2.18.4',
'requests>=2.18.4,<=2.19.1',
'websocket-client>=0.39.0,<=0.48.0',
'pillow>=5.2.0,<=5.2.0',
'urlcanon>=0.1.dev23,<=0.2.dev27',