Revert "Update required Django version to Django 1.10.6"

This reverts commit c03ae5649b.
This commit is contained in:
Roberto Rosario
2017-03-06 22:47:11 -04:00
parent c03ae5649b
commit 90f1df76bb
2 changed files with 23 additions and 22 deletions

View File

@@ -56,38 +56,39 @@ def find_packages(directory):
return packages
install_requires = """
Pillow==4.0.0
PyYAML==3.12
celery==3.1.24
Django==1.9.11
Pillow==3.1.2
PyYAML==3.11
celery==3.1.19
cssmin==0.2.0
Django==1.10.6
django-activity-stream==0.6.3
django-activity-stream==0.6.0
django-autoadmin==1.1.1
django-celery==3.1.17
django-colorful==1.2
django-compressor==2.1
django-cors-headers==1.2.2
django-colorful==1.1.0
django-compressor==2.0
django-cors-headers==1.1.0
django-downloadview==1.9
django-formtools==2.0
django-filetransfers==0.1.0
django-formtools==1.0
django-pure-pagination==0.3.0
django-model-utils==2.6.1
django-mptt>=0.8.7
django-model-utils==2.4
django-mptt>=0.8.0
django-qsstats-magic==0.7.2
django-rest-swagger==0.3.10
django-stronghold==0.2.8
django-suit==0.2.23
django-rest-swagger==0.3.4
django-stronghold==0.2.7
django-suit==0.2.16
django-widget-tweaks==1.4.1
djangorestframework==3.3.2
djangorestframework-recursive==0.1.1
fusepy==2.0.4
fusepy==2.0.2
pdfminer==20140328
pycountry==1.20
pyocr==0.4.5
python-dateutil==2.5.3
pycountry==1.19
pytesseract==0.1.6
python-dateutil==2.4.2
python-gnupg==0.3.9
python-magic==0.4.12
pytz==2016.7
sh==1.12.9
python-magic==0.4.10
pytz==2015.4
sh==1.11
""".split()
try: