misc: sync requirements.txt with setup.py

This commit is contained in:
Frédéric Péters 2018-11-14 18:14:10 +01:00
parent 308d2f845d
commit c4dc3542a5
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Django>=1.8, <1.9
django-ckeditor<4.5.3
Django>=1.8, <1.12
django-ckeditor<5
gadjo
feedparser
django-jsonfield
@ -10,7 +10,7 @@ XStatic_OpenSans
XStatic_roboto-fontface
eopayment>=1.13
python-dateutil
djangorestframework>=3.3, <3.4
djangorestframework>=3.3, <3.7
django-haystack
whoosh
sorl-thumbnail

View File

@ -147,7 +147,7 @@ setup(
'Programming Language :: Python :: 3',
],
install_requires=['django>=1.8, <1.12',
'django-ckeditor<4.5.3',
'django-ckeditor<5',
'gadjo>=0.53',
'feedparser',
'django-jsonfield',