You can not 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
750 B
41 lines
750 B
# Core packages |
|
Django==3.2.8 |
|
wheel==0.37.0 |
|
gunicorn==20.1.0 |
|
Pillow==8.4.0 |
|
psycopg2-binary==2.9.1 |
|
|
|
# Tasks |
|
redis==3.5.3 |
|
huey==2.4.1 |
|
|
|
# Django Rest Framework |
|
djangorestframework==3.12.4 |
|
django-cors-headers==3.10.0 |
|
drf-extra-fields==3.1.1 |
|
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==4.8.0 |
|
|
|
# Project Packages |
|
sentry-sdk==1.4.3 |
|
django-cryptography==1.0 |
|
python-decouple==3.5 |
|
requests==2.26.0 |
|
openstacksdk==0.55.0 |
|
pycryptodome==3.10.4 |
|
mozilla-django-oidc==2.0.0 |
|
|
|
# Storgage packages |
|
diskcache==5.2.1 |
|
webdavclient3==3.14.6 |
|
giteapy==1.0.8 |
|
PyGithub==1.55 |
|
python-irodsclient==1.0.0 |
|
|
|
# Remove: |
|
djoser==2.1.0 |
|
dj-database-url==0.5.0 |