Update requirements versions
This commit is contained in:
@@ -1,34 +1,34 @@
|
|||||||
APScheduler==2.1.2
|
APScheduler==2.1.2
|
||||||
|
|
||||||
cssmin==0.1.4
|
cssmin==0.2.0
|
||||||
|
|
||||||
Django==1.6.5
|
Django==1.6.5
|
||||||
django-filetransfers==0.1.0
|
django-filetransfers==0.1.0
|
||||||
django-pagination==1.0.7
|
django-pagination==1.0.7
|
||||||
django-compressor==1.4
|
django-compressor==1.4
|
||||||
django-taggit==0.12
|
django-taggit==0.12
|
||||||
django-mptt==0.6.0
|
django-mptt==0.6.1
|
||||||
django-rest-swagger==0.1.14
|
django-rest-swagger==0.1.14
|
||||||
django-sendfile==0.3.4
|
django-sendfile==0.3.6
|
||||||
djangorestframework==2.3.13
|
djangorestframework==2.3.14
|
||||||
|
|
||||||
GitPython==0.3.2.RC1
|
GitPython==0.3.2.RC1
|
||||||
ghostscript==0.4.1
|
ghostscript==0.4.1
|
||||||
|
|
||||||
Pillow==2.4.0
|
Pillow==2.5.0
|
||||||
PyYAML==3.10
|
PyYAML==3.11
|
||||||
pdfminer==20110227
|
pdfminer==20110227
|
||||||
psutil==0.5.1
|
psutil==2.1.1
|
||||||
pytz==2014.4
|
pytz==2014.4
|
||||||
python-gnupg==0.3.6
|
python-gnupg==0.3.6
|
||||||
python-hkp==0.1.3
|
python-hkp==0.1.3
|
||||||
python-magic==0.4.6
|
python-magic==0.4.6
|
||||||
|
|
||||||
requests==0.14.1
|
requests==2.3.0
|
||||||
|
|
||||||
sh==1.09
|
sh==1.09
|
||||||
slate==0.3
|
slate==0.3
|
||||||
South==0.8.4
|
South==1.0
|
||||||
|
|
||||||
unicode-slugify==0.1
|
unicode-slugify==0.1
|
||||||
|
|
||||||
|
|||||||
18
setup.py
18
setup.py
@@ -53,30 +53,30 @@ def find_packages(directory):
|
|||||||
|
|
||||||
install_requires = """
|
install_requires = """
|
||||||
APScheduler==2.1.2
|
APScheduler==2.1.2
|
||||||
cssmin==0.1.4
|
cssmin==0.2.0
|
||||||
Django==1.6.5
|
Django==1.6.5
|
||||||
django-filetransfers==0.1.0
|
django-filetransfers==0.1.0
|
||||||
django-pagination==1.0.7
|
django-pagination==1.0.7
|
||||||
django-compressor==1.4
|
django-compressor==1.4
|
||||||
django-taggit==0.12
|
django-taggit==0.12
|
||||||
django-mptt==0.6.0
|
django-mptt==0.6.1
|
||||||
django-rest-swagger==0.1.14
|
django-rest-swagger==0.1.14
|
||||||
django-sendfile==0.3.4
|
django-sendfile==0.3.6
|
||||||
djangorestframework==2.3.13
|
djangorestframework==2.3.14
|
||||||
GitPython==0.3.2.RC1
|
GitPython==0.3.2.RC1
|
||||||
ghostscript==0.4.1
|
ghostscript==0.4.1
|
||||||
Pillow==2.4.0
|
Pillow==2.5.0
|
||||||
PyYAML==3.10
|
PyYAML==3.11
|
||||||
pdfminer==20110227
|
pdfminer==20110227
|
||||||
psutil==0.5.1
|
psutil==2.1.1
|
||||||
pytz==2014.4
|
pytz==2014.4
|
||||||
python-gnupg==0.3.6
|
python-gnupg==0.3.6
|
||||||
python-hkp==0.1.3
|
python-hkp==0.1.3
|
||||||
python-magic==0.4.6
|
python-magic==0.4.6
|
||||||
requests==0.14.1
|
requests==2.3.0
|
||||||
sh==1.09
|
sh==1.09
|
||||||
slate==0.3
|
slate==0.3
|
||||||
South==0.8.4
|
South==1.0
|
||||||
unicode-slugify==0.1
|
unicode-slugify==0.1
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
""".split()
|
""".split()
|
||||||
|
|||||||
Reference in New Issue
Block a user