Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions scope_content/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
Django==5.1.15
djangorestframework==3.15.2
djangorestframework==3.17.1
PyJWT==2.13.0
boto3==1.37.24
Pillow==12.2.0
boto3==1.43.40
Pillow==12.3.0
kafka-python-ng==2.2.3
opentelemetry-api>=1.41.1,<2.0.0
opentelemetry-exporter-otlp-proto-http>=1.41.1,<2.0.0
opentelemetry-sdk>=1.41.1,<2.0.0
prometheus-client>=0.21.1
python-json-logger==3.2.0
pytest==9.0.3
pytest-django==4.10.0
pytest==9.1.1
pytest-django==4.12.0
factory-boy==3.3.3
django-cors-headers==4.9.0
django-filter==24.3
mssql-django==1.7
mssql-django==1.7.3
gunicorn==23.0.0
redis==5.2.1
# WhiteNoise serves static assets with gzip+brotli pre-compressed variants
# and hash-stamped, cache-forever filenames. Lets the app tier handle static
# delivery efficiently even when an edge CDN isn't in the path.
whitenoise[brotli]==6.8.2
whitenoise[brotli]==6.12.0
elasticsearch[async]>=8.18.0,<9.0.0
celery[rabbitmq]>=5.5.0
requests>=2.32.3
Expand Down
Loading