add logfire packages to pyproject.toml debug group

This commit is contained in:
Nick Sweeting 2024-08-26 20:17:36 -07:00
parent 24fe958ff3
commit c5d9b97e3c
No known key found for this signature in database

View file

@ -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",