diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 55e5fc9..a64d33f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,17 @@ celery==3.1.23 -cryptography==2.3.1 -Django==2.1 +cryptography==2.6.1 +Django==2.2 django-bootstrap4==0.0.8 -django-crispy-forms==1.7.2 django-filter==2.0.0 -django-registration==2.1.2 djangorestframework==3.8.2 gunicorn==19.6.0 jira==1.0.7 -jsonpickle==0.9.3 oauth2==1.9.0.post1 oauthlib==1.1.2 pika==0.10.0 psycopg2==2.6.2 PyJWT==1.4.2 -requests==2.11.0 -django-fernet-fields==0.5 +requests==2.22.0 +django-fernet-fields==0.6 pyyaml==3.13 pytz==2018.5 |