16 lines
824 B
Text
16 lines
824 B
Text
django==4.1.7
|
|
psycopg2-binary==2.9.3 # to support PostgreSQL as a DB backend
|
|
djangorestframework==3.14.0 # DJango REST Framework
|
|
markdown==3.4.1 # Markdown support for the browsable API for DJango REST Framework
|
|
django-filter==22.1 # Filtering support for DJango REST Framework
|
|
django-rq==2.7.0 # for django rq for background jobs
|
|
django-extensions==3.2.1 # db model generation, shellplus
|
|
Werkzeug==2.2.3 # for runserver plus by django-extensions
|
|
Pillow==9.4.0 # dealing with images
|
|
whitenoise[brotli]==6.4.0 # whitenoise for serving staticfiles and using brolti for compression
|
|
django-redis==5.2.0 # full featured redis cache backend for Django
|
|
drf-yasg==1.21.5 # swagger for docs
|
|
django-health-check==3.17.0 # healthcheck
|
|
rich==13.3.2 # for visual feedback on scripts
|
|
django-cors-headers==3.14.0 # for cors
|
|
|