|
|
|
@ -1,33 +1,34 @@
|
|
|
|
|
# Core packages
|
|
|
|
|
Django==3.2.11
|
|
|
|
|
Django==4.0.5
|
|
|
|
|
wheel==0.37.1
|
|
|
|
|
gunicorn==20.1.0
|
|
|
|
|
Pillow==9.0.0
|
|
|
|
|
Pillow==9.1.1
|
|
|
|
|
psycopg2-binary==2.9.3
|
|
|
|
|
|
|
|
|
|
# Tasks
|
|
|
|
|
redis==4.1.0
|
|
|
|
|
redis==4.3.3
|
|
|
|
|
hiredis==2.0.0
|
|
|
|
|
huey==2.4.3
|
|
|
|
|
|
|
|
|
|
# Django Rest Framework
|
|
|
|
|
djangorestframework==3.13.1
|
|
|
|
|
django-cors-headers==3.10.1
|
|
|
|
|
drf-extra-fields==3.2.1
|
|
|
|
|
django-cors-headers==3.13.0
|
|
|
|
|
drf-extra-fields==3.4.0
|
|
|
|
|
drf_yasg==1.20.0
|
|
|
|
|
hawkrest==1.0.1
|
|
|
|
|
requests-hawk==1.1.1
|
|
|
|
|
# Bug: https://github.com/jazzband/djangorestframework-simplejwt/issues/467
|
|
|
|
|
PyJWT==2.1.0
|
|
|
|
|
# djangorestframework-simplejwt version is locked by djoser
|
|
|
|
|
djangorestframework-simplejwt==4.8.0
|
|
|
|
|
|
|
|
|
|
# Project Packages
|
|
|
|
|
sentry-sdk==1.5.1
|
|
|
|
|
django-cryptography==1.0
|
|
|
|
|
python-decouple==3.5
|
|
|
|
|
sentry-sdk==1.5.12
|
|
|
|
|
django-cryptography==1.1
|
|
|
|
|
python-decouple==3.6
|
|
|
|
|
requests==2.27.1
|
|
|
|
|
openstacksdk==0.61.0
|
|
|
|
|
pycryptodome==3.12.0
|
|
|
|
|
openstacksdk==0.99.0
|
|
|
|
|
pycryptodome==3.14.1
|
|
|
|
|
mozilla-django-oidc==2.0.0
|
|
|
|
|
|
|
|
|
|
# Storgage packages
|
|
|
|
@ -35,7 +36,7 @@ diskcache==5.4.0
|
|
|
|
|
webdavclient3==3.14.6
|
|
|
|
|
giteapy==1.0.8
|
|
|
|
|
PyGithub==1.55
|
|
|
|
|
python-irodsclient==1.0.0
|
|
|
|
|
python-irodsclient==1.1.3
|
|
|
|
|
|
|
|
|
|
# Remove:
|
|
|
|
|
djoser==2.1.0
|
|
|
|
|