Update the required versions of Pillow, django-compressor, django-suit,

pyocr and sh.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-05-16 23:14:31 -04:00
parent 6221187070
commit 8eeee5b5a4
3 changed files with 11 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ Other changes
- Add new document's version list view permission
- Resource based API endpoints
- SANE scanner document source
- Update required versions of Pillow to 4.1.1, django-compressor to 2.1.1, django-suit to 0.2.25, pyocr to 0.4.7, sh to 1.12.13
Removals
--------

View File

@@ -1,4 +1,4 @@
Pillow==4.0.0
Pillow==4.1.1
PyYAML==3.12
celery==3.1.24
@@ -8,7 +8,7 @@ django-activity-stream==0.6.3
django-autoadmin==1.1.1
django-celery==3.2.1
django-colorful==1.2
django-compressor==2.1
django-compressor==2.1.1
django-cors-headers==1.2.2
django-downloadview==1.9
django-formtools==2.0
@@ -18,7 +18,7 @@ django-mptt>=0.8.7
django-qsstats-magic==0.7.2
django-rest-swagger==0.3.10
django-stronghold==0.2.8
django-suit==0.2.23
django-suit==0.2.25
django-widget-tweaks==1.4.1
djangorestframework==3.3.2
djangorestframework-recursive==0.1.1
@@ -27,10 +27,10 @@ fusepy==2.0.4
pdfminer==20140328
pycountry==1.20
pyocr==0.4.5
pyocr==0.4.7
python-dateutil==2.5.3
python-gnupg==0.3.9
python-magic==0.4.13
pytz==2016.7
sh==1.12.11
sh==1.12.13

View File

@@ -56,7 +56,7 @@ def find_packages(directory):
return packages
install_requires = """
Pillow==4.0.0
Pillow==4.1.1
PyYAML==3.12
celery==3.1.24
cssmin==0.2.0
@@ -65,7 +65,7 @@ django-activity-stream==0.6.3
django-autoadmin==1.1.1
django-celery==3.2.1
django-colorful==1.2
django-compressor==2.1
django-compressor==2.1.1
django-cors-headers==1.2.2
django-downloadview==1.9
django-formtools==2.0
@@ -75,19 +75,19 @@ django-mptt>=0.8.7
django-qsstats-magic==0.7.2
django-rest-swagger==0.3.10
django-stronghold==0.2.8
django-suit==0.2.23
django-suit==0.2.25
django-widget-tweaks==1.4.1
djangorestframework==3.3.2
djangorestframework-recursive==0.1.1
fusepy==2.0.4
pdfminer==20140328
pycountry==1.20
pyocr==0.4.5
pyocr==0.4.7
python-dateutil==2.5.3
python-gnupg==0.3.9
python-magic==0.4.13
pytz==2016.7
sh==1.12.11
sh==1.12.13
""".split()
try: