Requirements updates
This commit is contained in:
parent
6a72defd93
commit
c18396ff1d
|
@ -11,7 +11,7 @@ django-environ==0.4.5
|
||||||
whitenoise==4.1
|
whitenoise==4.1
|
||||||
# Static and Media Storage
|
# Static and Media Storage
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
boto3==1.9.37
|
boto3==1.9.42
|
||||||
django-storages==1.7.1
|
django-storages==1.7.1
|
||||||
# django-storages-redux==1.3.2
|
# django-storages-redux==1.3.2
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ django-allauth==0.38.0
|
||||||
|
|
||||||
|
|
||||||
# Python-PostgreSQL Database Adapter
|
# Python-PostgreSQL Database Adapter
|
||||||
psycopg2==2.7.5
|
psycopg2==2.7.6.1
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
awesome-slugify==1.6.5
|
awesome-slugify==1.6.5
|
||||||
|
@ -72,7 +72,7 @@ gocardless_pro==1.9.0
|
||||||
braintree==3.49.0
|
braintree==3.49.0
|
||||||
|
|
||||||
django-autofixture==0.12.1
|
django-autofixture==0.12.1
|
||||||
django-wiki==0.4.1
|
django-wiki==0.4.2
|
||||||
|
|
||||||
djangorestframework==3.9.0
|
djangorestframework==3.9.0
|
||||||
djangorestframework-jwt==1.11.0
|
djangorestframework-jwt==1.11.0
|
||||||
|
@ -89,8 +89,8 @@ django-xforwardedfor-middleware==2.0
|
||||||
|
|
||||||
# Application queue celery
|
# Application queue celery
|
||||||
celery==4.2.1
|
celery==4.2.1
|
||||||
django-celery-results==1.0.1
|
django-celery-results==1.0.2
|
||||||
django-celery-beat==1.2.0
|
django-celery-beat==1.3.0
|
||||||
|
|
||||||
argon2-cffi==18.3.0
|
argon2-cffi==18.3.0
|
||||||
django-cors-headers==2.4.0
|
django-cors-headers==2.4.0
|
||||||
|
|
Loading…
Reference in New Issue