Update setup requirements by hand until they can be updated automatically.

This commit is contained in:
Roberto Rosario
2015-09-16 05:34:32 -04:00
parent 86e099dd7b
commit 22ae0eca70

View File

@@ -53,38 +53,36 @@ def find_packages(directory):
return packages return packages
install_requires = """ install_requires = """
Django==1.7.10
Pillow==2.9.0
PyYAML==3.11
celery==3.1.18 celery==3.1.18
cssmin==0.2.0 cssmin==0.2.0
Django==1.6.11 django-activity-stream==0.6.0
django-activity-stream==0.5.1 django-autoadmin==1.0.1
django-celery==3.1.16 django-celery==3.1.16
django-compressor==1.4 django-colorful==1.1.0
django-cors-headers==0.13 django-compressor==1.5
django-cors-headers==1.1.0
django-filetransfers==0.1.0 django-filetransfers==0.1.0
django-pagination==1.0.7 django-pure-pagination==0.2.1
django-model-utils==2.2 django-model-utils==2.2
django-mptt==0.6.1 django-mptt==0.7.4
django-rest-swagger==0.2.0 django-qsstats-magic==0.7.2
django-sendfile==0.3.6 django-rest-swagger==0.3.3
django-solo==1.1.0 django-suit==0.2.13
django-suit==0.2.12 django-widget-tweaks==1.3
djangorestframework==2.4.4 djangorestframework==3.1.3
GitPython==0.3.2.RC1 djangorestframework-recursive==0.1.1
Pillow==2.6.1 fusepy==2.0.2
pdfminer==20110227 pdfminer==20140328
psutil==2.1.3 pycountry==1.10
pycountry==1.8 pytesseract==0.1.6
pytz==2015.4 python-dateutil==2.4.2
python-dateutil==2.4.0
python-gnupg==0.3.7 python-gnupg==0.3.7
python-hkp==0.1.3
python-magic==0.4.6 python-magic==0.4.6
requests==2.4.3 pytz==2015.4
sh==1.09 sh==1.11
slate==0.3
South==1.0.2
unicode-slugify==0.1.1
wsgiref==0.1.2
""".split() """.split()
with open('README.rst') as f: with open('README.rst') as f: