diff options
author | Jacob Hodgdon <jhodgdon@iol.unh.edu> | 2021-08-24 15:48:36 -0400 |
---|---|---|
committer | Raven Hodgdon <jhodgdon@iol.unh.edu> | 2021-09-14 16:57:19 -0400 |
commit | eb75b380a32c65dc8d0857bae093c7a96f30f024 (patch) | |
tree | c23c61a3e16a5d946fd0743748065767b5256fa7 /requirements.txt | |
parent | 4e8c162a104a46f7625b0ad624285ed39568d3a1 (diff) |
removal of jira
Change-Id: I1b1da49147219d94837cdd50b908ba30f8cf961c
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu>
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Signed-off-by: Raven Hodgdon <jhodgdon@iol.unh.edu>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt index b34dd1e..72afbfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,17 @@ -celery==3.1.23 -cryptography==2.6.1 +celery==5.1.2 +cryptography==3.4.7 Django==2.2 django-bootstrap4==0.0.8 django-filter==2.0.0 djangorestframework==3.8.2 -gunicorn==19.6.0 -jira==1.0.7 +gunicorn==20.1.0 oauth2==1.9.0.post1 -oauthlib==1.1.2 -pika==0.10.0 -psycopg2==2.8.4 -PyJWT==1.4.2 -requests==2.22.0 +oauthlib==3.1.1 +pika==1.2.0 +psycopg2==2.8.6 +PyJWT==2.1.0 +requests==2.26.0 django-fernet-fields==0.6 -pyyaml==3.13 -pytz==2018.5 -mozilla-django-oidc==1.2.3 +pyyaml==5.4.1 +pytz==2021.1 +mozilla-django-oidc==2.0.0
\ No newline at end of file |