You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
814 B
Plaintext
41 lines
814 B
Plaintext
# Core packages
|
|
Django==4.0.5
|
|
wheel==0.37.1
|
|
gunicorn==20.1.0
|
|
Pillow==9.1.1
|
|
psycopg2-binary==2.9.3
|
|
|
|
# Tasks
|
|
redis==4.3.3
|
|
hiredis==2.0.0
|
|
huey==2.4.3
|
|
|
|
# Django Rest Framework
|
|
djangorestframework==3.13.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
|
|
djoser==2.1.0
|
|
|
|
# Project Packages
|
|
dj-database-url==0.5.0
|
|
sentry-sdk==1.6.0
|
|
django-cryptography==1.1
|
|
python-decouple==3.6
|
|
requests==2.28.0
|
|
openstacksdk==0.99.0
|
|
pycryptodome==3.15.0
|
|
mozilla-django-oidc==2.0.0
|
|
|
|
# Storgage packages
|
|
diskcache==5.4.0
|
|
webdavclient3==3.14.6
|
|
giteapy==1.0.8
|
|
PyGithub==1.55
|
|
python-irodsclient==1.1.3 |