mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement better logging using structlog
This commit is contained in:
@@ -11,6 +11,7 @@ dependencies = [
|
||||
"django-cors-headers>=4.9.0",
|
||||
"django-environ>=0.13.0",
|
||||
"django-extensions>=4.1",
|
||||
"django-structlog>=10.0.0",
|
||||
"djangorestframework>=3.17.1",
|
||||
"djangorestframework-simplejwt>=5.5.1",
|
||||
"djangorestframework-stubs>=3.16.9",
|
||||
@@ -18,7 +19,9 @@ dependencies = [
|
||||
"gunicorn>=25.3.0",
|
||||
"psycopg2-binary>=2.9.11",
|
||||
"pyopenssl>=26.0.0",
|
||||
"rich>=15.0.0",
|
||||
"ruff>=0.15.9",
|
||||
"structlog>=25.5.0",
|
||||
"werkzeug>=3.1.8",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user