Resolve requests/urllib versions

This commit is contained in:
Raphael Michel
2019-05-09 09:49:59 +02:00
parent a1dacb1897
commit 3c7bf46268
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
Django==2.2.* Django==2.2.*
djangorestframework==3.9.* djangorestframework==3.9.*
python-dateutil==2.8.* python-dateutil==2.8.*
requests==2.21.0
pytz pytz
django-bootstrap3==11.0.* django-bootstrap3==11.0.*
django-formset-js-improved==0.5.0.2 django-formset-js-improved==0.5.0.2
@@ -53,7 +54,6 @@ pyuca # for better sorting of country names in django-countries
defusedcsv>=1.0.1 defusedcsv>=1.0.1
vat_moss==0.11.0 vat_moss==0.11.0
django-localflavor django-localflavor
idna==2.6 # required by cureent requests urllib3==1.24.*
urllib3==1.24.2 # required by cureent requests
django-redis==4.10.* django-redis==4.10.*
redis==3.2.* redis==3.2.*

View File

@@ -90,6 +90,7 @@ setup(
'Django==2.2.*', 'Django==2.2.*',
'djangorestframework==3.9.*', 'djangorestframework==3.9.*',
'python-dateutil==2.8.*', 'python-dateutil==2.8.*',
'requests==2.21.*',
'pytz', 'pytz',
'django-bootstrap3==11.0.*', 'django-bootstrap3==11.0.*',
'django-formset-js-improved==0.5.0.2', 'django-formset-js-improved==0.5.0.2',
@@ -140,8 +141,7 @@ setup(
'openpyxl', 'openpyxl',
'django-oauth-toolkit==1.2.*', 'django-oauth-toolkit==1.2.*',
'oauthlib==2.1.*', 'oauthlib==2.1.*',
'idna==2.6', # required by current requests 'urllib3==1.24.*', # required by current requests
'urllib3==1.24.2', # required by current requests
], ],
extras_require={ extras_require={
'dev': [ 'dev': [