update requirements

This commit is contained in:
Serghei Mihai 2016-04-26 09:41:28 +02:00
parent f38ae35825
commit 94b01f26e8
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
Django==1.7
django-ckeditor
Django>=1.7, <1.8
django-ckeditor<4.5.3
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo

View File

@ -56,8 +56,8 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django == 1.7',
'django-ckeditor',
install_requires=['django>=1.7, <1.8',
'django-ckeditor<4.5.3'
'gadjo'
],
zip_safe=False,