Fix #1025 -- Python 3.7 support (#1245)

* Fix #1025 -- Python 3.7 support

* Upgrade redis-py

* Travis: xenial

* Fix version specifier
This commit is contained in:
Raphael Michel
2019-04-06 22:58:36 +01:00
committed by GitHub
parent b686978074
commit d5820d74d3
4 changed files with 17 additions and 21 deletions
+4 -4
View File
@@ -16,8 +16,8 @@ libsass
django-otp==0.4.*
python-u2flib-server==4.*
django-formtools==2.1
celery>=4.1.1,<4.2.0
kombu==4.2.*
celery==4.3.*
kombu==4.5.*
django-statici18n==1.8.*
inlinestyler==0.2.*
BeautifulSoup4==4.7.*
@@ -54,5 +54,5 @@ defusedcsv>=1.0.1
vat_moss==0.11.0
django-localflavor
idna==2.6 # required by current requests
django-redis==4.8.*
redis==2.10.5
django-redis==4.10.*
redis==3.2.*
+4 -4
View File
@@ -104,8 +104,8 @@ setup(
'django-otp==0.4.*',
'python-u2flib-server==4.*',
'django-formtools==2.1',
'celery>=4.1.1,<4.2.0',
'kombu==4.2.*',
'celery==4.3.*',
'kombu==4.5.*',
'django-statici18n==1.8.*',
'inlinestyler==0.2.*',
'BeautifulSoup4==4.7.*',
@@ -121,8 +121,8 @@ setup(
'babel',
'paypalrestsdk==1.13.*',
'pycparser==2.13',
'django-redis==4.8.*',
'redis==2.10.5',
'django-redis==4.10.*',
'redis==3.2.*',
'stripe==2.0.*',
'chardet<3.1.0,>=3.0.2',
'mt-940==3.2',