Add all opentelemetry deps from requirements.txt to Bookwyrm
This commit is contained in:
parent
6ed48d570c
commit
33bf9a5de6
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ mkDerivation {
|
||||||
|
|
||||||
installPhase = let
|
installPhase = let
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
opentelemetry-exporter-otlp-proto-grpc
|
||||||
|
opentelemetry-instrumentation-celery
|
||||||
|
opentelemetry-instrumentation-django
|
||||||
|
opentelemetry-instrumentation-psycopg
|
||||||
|
|
||||||
aiohappyeyeballs
|
aiohappyeyeballs
|
||||||
aiohttp
|
aiohttp
|
||||||
aiosignal
|
aiosignal
|
||||||
|
|
Loading…
Add table
Reference in a new issue