Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
19 changes: 10 additions & 9 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
aiodataloader
amplitude-analytics
ariadne==0.23
ariadne_django==0.3.0
celery>=5.3.6
cerberus
certifi>=2024.07.04
ddtrace
Django>=4.2.16
django-autocomplete-light
django-better-admin-arrayfield
django-cors-headers
django-csp
django-dynamic-fixture
django-filter
django-model-utils
django-postgres-extra>=2.0.8
django-prometheus
Django>=4.2.16
djangorestframework==3.15.2
drf-spectacular
drf-spectacular-sidecar
elastic-apm
factory-boy
fakeredis
freezegun
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a.tar.gz#egg=shared
google-cloud-pubsub
gunicorn>=22.0.0
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a.tar.gz#egg=shared
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
idna>=3.7
minio
Expand All @@ -33,13 +37,13 @@ opentracing
polars==1.12.0
pre-commit
psycopg2
PyJWT
pydantic
pytest>=7.2.0
PyJWT
pytest-asyncio
pytest-cov
pytest-django
pytest-mock
pytest-asyncio
pytest>=7.2.0
python-dateutil
python-json-logger
python-redis-lock
Expand All @@ -56,6 +60,3 @@ stripe>=9.6.0
urllib3>=1.26.19
vcrpy
whitenoise
django-autocomplete-light
django-better-admin-arrayfield
certifi>=2024.07.04
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
aiodataloader==0.4.0
# via -r requirements.in
amplitude-analytics==1.1.4
# via -r requirements.in
amqp==5.2.0
# via kombu
annotated-types==0.7.0
Expand Down Expand Up @@ -200,6 +202,8 @@ googleapis-common-protos[grpc]==1.59.1
# grpcio-status
graphql-core==3.2.3
# via ariadne
greenlet==3.1.1
# via sqlalchemy
grpc-google-iam-v1==0.12.6
# via google-cloud-pubsub
grpcio==1.62.1
Expand Down
Loading