diff options
-rw-r--r-- | dashboard/web/requirements.txt | 2 | ||||
-rw-r--r-- | dashboard/worker/requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/web/requirements.txt b/dashboard/web/requirements.txt index 0d864d3..19365bc 100644 --- a/dashboard/web/requirements.txt +++ b/dashboard/web/requirements.txt @@ -1,5 +1,5 @@ celery==3.1.23 -cryptography==1.4 +cryptography==2.3.1 Django==1.10 django-bootstrap3==7.0.1 django-crispy-forms==1.6.0 diff --git a/dashboard/worker/requirements.txt b/dashboard/worker/requirements.txt index 0d864d3..19365bc 100644 --- a/dashboard/worker/requirements.txt +++ b/dashboard/worker/requirements.txt @@ -1,5 +1,5 @@ celery==3.1.23 -cryptography==1.4 +cryptography==2.3.1 Django==1.10 django-bootstrap3==7.0.1 django-crispy-forms==1.6.0 |