Update packages versions: Pillow:5.2.0, PyYAML:3.13, django-environ:0.4.5,
django-model-utils:3.1.2, django-mptt:0.9.1, django-widget-tweaks: 1.4.2, flanker:0.9.0, flex:6.13.2, furl:1.2, gevent:1.3.5, graphviz: 0.8.4, gunicorn:19.9.0, pyocr:0.5.2, python-dateutil:2.7.3 Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
- Update dropzone.js' timeout from 30 seconds to 120 to allow upload
|
||||
of large files on slow connections.
|
||||
- Increase gunicorn's timeout from 30 seconds to 120.
|
||||
- Update packages versions: Pillow:5.2.0, PyYAML:3.13, django-environ:0.4.5,
|
||||
django-model-utils:3.1.2, django-mptt:0.9.1, django-widget-tweaks: 1.4.2,
|
||||
flanker:0.9.0, flex:6.13.2, furl:1.2, gevent:1.3.5, graphviz: 0.8.4,
|
||||
gunicorn:19.9.0, pyocr:0.5.2, python-dateutil:2.7.3
|
||||
|
||||
3.0.1 (2018-07-08)
|
||||
=================
|
||||
|
||||
@@ -1,39 +1,37 @@
|
||||
Pillow==5.0.0
|
||||
PyYAML==3.12
|
||||
Pillow==5.2.0
|
||||
PyYAML==3.13
|
||||
|
||||
celery==3.1.24
|
||||
cssmin==0.2.0
|
||||
|
||||
django-activity-stream==0.6.5
|
||||
django-autoadmin==1.1.1
|
||||
#django-celery==3.2.1 - Use fork below until patch https://github.com/celery/django-celery/pull/552 is accepted.
|
||||
https://github.com/mayan-edms/django-celery/zipball/master#egg=django-celery
|
||||
django-colorful==1.2
|
||||
django-compressor==2.2
|
||||
django-cors-headers==2.2.0
|
||||
django-downloadview==1.9
|
||||
django-environ==0.4.4
|
||||
django-environ==0.4.5
|
||||
django-formtools==2.1
|
||||
django-pure-pagination==0.3.0
|
||||
django-mathfilters==0.4.0
|
||||
django-model-utils==3.1.1
|
||||
django-mptt==0.9.0
|
||||
django-model-utils==3.1.2
|
||||
django-mptt==0.9.1
|
||||
django-qsstats-magic==1.0.0
|
||||
django-stronghold==0.3.0
|
||||
django-suit==0.2.26
|
||||
django-widget-tweaks==1.4.1
|
||||
django-widget-tweaks==1.4.2
|
||||
djangorestframework==3.7.7
|
||||
djangorestframework-recursive==0.1.2
|
||||
drf-yasg==1.5.0
|
||||
|
||||
flanker==0.8.5
|
||||
flex==6.12.0
|
||||
furl==1.0.1
|
||||
flanker==0.9.0
|
||||
flex==6.13.2
|
||||
furl==1.2
|
||||
fusepy==2.0.4
|
||||
|
||||
gevent==1.2.2
|
||||
graphviz==0.8.2
|
||||
gunicorn==19.7.1
|
||||
gevent==1.3.5
|
||||
graphviz==0.8.4
|
||||
gunicorn==19.9.0
|
||||
|
||||
mock==2.0.0
|
||||
|
||||
@@ -42,8 +40,8 @@ node-semver==0.3.0
|
||||
pathlib2==2.3.2
|
||||
pycountry==18.5.26
|
||||
PyPDF2==1.26.0
|
||||
pyocr==0.5.1
|
||||
python-dateutil==2.6.1
|
||||
pyocr==0.5.2
|
||||
python-dateutil==2.7.3
|
||||
python-gnupg==0.3.9
|
||||
python-magic==0.4.15
|
||||
pytz==2018.3
|
||||
|
||||
30
setup.py
30
setup.py
@@ -57,45 +57,43 @@ def find_packages(directory):
|
||||
|
||||
install_requires = """
|
||||
Django==1.11.11
|
||||
Pillow==5.0.0
|
||||
PyYAML==3.12
|
||||
Pillow==5.2.0
|
||||
PyYAML==3.13
|
||||
celery==3.1.24
|
||||
cssmin==0.2.0
|
||||
django-activity-stream==0.6.5
|
||||
django-autoadmin==1.1.1
|
||||
#django-celery==3.2.1 - Use fork below until patch https://github.com/celery/django-celery/pull/552 is accepted.
|
||||
https://github.com/mayan-edms/django-celery/zipball/master#egg=django-celery
|
||||
django-colorful==1.2
|
||||
django-compressor==2.2
|
||||
django-cors-headers==2.2.0
|
||||
django-downloadview==1.9
|
||||
django-environ==0.4.4
|
||||
django-environ==0.4.5
|
||||
django-formtools==2.1
|
||||
django-pure-pagination==0.3.0
|
||||
django-mathfilters==0.4.0
|
||||
django-model-utils==3.1.1
|
||||
django-mptt==0.9.0
|
||||
django-model-utils==3.1.2
|
||||
django-mptt==0.9.1
|
||||
django-qsstats-magic==1.0.0
|
||||
django-stronghold==0.3.0
|
||||
django-suit==0.2.26
|
||||
django-widget-tweaks==1.4.1
|
||||
django-widget-tweaks==1.4.2
|
||||
djangorestframework==3.7.7
|
||||
djangorestframework-recursive==0.1.2
|
||||
drf-yasg==1.5.0
|
||||
flanker==0.8.5
|
||||
flex==6.12.0
|
||||
furl==1.0.1
|
||||
flanker==0.9.0
|
||||
flex==6.13.2
|
||||
furl==1.2
|
||||
fusepy==2.0.4
|
||||
gevent==1.2.2
|
||||
graphviz==0.8.2
|
||||
gunicorn==19.7.1
|
||||
gevent==1.3.5
|
||||
graphviz==0.8.4
|
||||
gunicorn==19.9.0
|
||||
mock==2.0.0
|
||||
node-semver==0.3.0
|
||||
pathlib2==2.3.2
|
||||
pycountry==18.5.26
|
||||
PyPDF2==1.26.0
|
||||
pyocr==0.5.1
|
||||
python-dateutil==2.6.1
|
||||
pyocr==0.5.2
|
||||
python-dateutil==2.7.3
|
||||
python-gnupg==0.3.9
|
||||
python-magic==0.4.15
|
||||
pytz==2018.3
|
||||
|
||||
Reference in New Issue
Block a user