Update dependency versions

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-10-29 00:03:41 -04:00
parent 2edacc9a06
commit 9c400a6184
8 changed files with 30 additions and 23 deletions

View File

@@ -56,11 +56,11 @@ def find_packages(directory):
return packages
install_requires = """
django==1.11.24
Pillow==6.0.0
django==1.11.25
Pillow==6.2.1
PyPDF2==1.26.0
PyYAML==5.1.1
celery==3.1.24
PyYAML==5.1.2
celery==3.1.26.post2
django-activity-stream==0.7.0
django-celery==3.2.1
django-colorful==1.3
@@ -88,7 +88,7 @@ graphviz==0.10.1
gunicorn==19.9.0
mock==2.0.0
node-semver==0.6.1
pathlib2==2.3.4
pathlib2==2.3.5
pycountry==18.12.8
pyocr==0.6
python-dateutil==2.8.0
@@ -98,7 +98,7 @@ pytz==2019.1
requests==2.21.0
sh==1.12.14
swagger-spec-validator==2.4.3
whitenoise==4.1.2
whitenoise==4.1.4
""".split()
with open('README.rst') as f: