Fix chardet pinning in setup.py

This commit is contained in:
Raphael Michel
2017-05-30 19:22:28 +02:00
parent f631acdf18
commit 759c5374d9

View File

@@ -96,7 +96,7 @@ setup(
'django-redis==4.7.*',
'redis==2.10.5',
'stripe==1.22.*',
'chardet>=2.3,<3',
'chardet<3.1.0,>=3.0.2',
'mt-940==4.7',
'django-i18nfield>=1.0.1',
'vobject==0.9.*',