moviewyrm/requirements.txt
Joel Bradshaw 8b4f93dd4e Integrate open telemetry
This allows us to export to anyone that takes OTLP, which is most of the
major players, I think! Nifty!

Kinda like the S3 config but for tracing, you can slot in any provider
that supports it via environment variables

This uses the Django instrumentation, which gets us a bunch of nifty
stuff right out of the box.
2021-12-31 03:47:21 -08:00

25 lines
469 B
Plaintext

celery==4.4.2
colorthief==0.2.1
Django==3.2.5
django-imagekit==4.1.0
django-model-utils==4.0.0
environs==9.3.4
flower==0.9.4
gunicorn==20.0.4
Markdown==3.3.3
Pillow>=8.2.0
psycopg2==2.8.4
pycryptodome==3.9.4
python-dateutil==2.8.1
redis==3.4.1
requests==2.22.0
responses==0.10.14
django-rename-app==0.1.2
pytz>=2021.1
boto3==1.17.88
django-storages==1.11.1
opentelemetry-api
opentelemetry-sdk
opentelemetry-exporter-otlp-proto-grpc
opentelemetry-instrumentation-django