Sfoglia il codice sorgente

add logfire packages to pyproject.toml debug group

Nick Sweeting 1 anno fa
parent
commit
c5d9b97e3c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      pyproject.toml

+ 3 - 0
pyproject.toml

@@ -174,6 +174,9 @@ debug = [
     "djdt_flamegraph",
     "ipdb",
     "requests-tracker>=0.3.3",
+    "logfire[django]>=0.51.0",
+    "opentelemetry-instrumentation-django>=0.47b0",
+    "opentelemetry-instrumentation-sqlite3>=0.47b0",
 ]
 test = [
     "pytest",