Update required Django version to Django 1.10.6

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-03-06 22:46:21 -04:00
parent 0ad37366fd
commit c03ae5649b
2 changed files with 22 additions and 23 deletions

View File

@@ -1,2 +1,2 @@
-r base.txt
Django==1.10.5
Django==1.10.6

View File

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