We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d18ba commit beb05beCopy full SHA for beb05be
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "chromatrace"
7
-version = "0.1.5"
+version = "0.1.6"
8
description = "Advanced Python logging with tracing, coloring and FastAPI integration"
9
readme = "README.md"
10
authors = [
@@ -21,8 +21,18 @@ classifiers = [
21
"Topic :: System :: Logging",
22
]
23
dependencies = [
24
- "pydantic>=2.0.0",
25
"asyncio==3.4.3",
+ "django==5.1.1",
26
+ "lagom==2.6.0",
27
+ "pydantic==2.9.2",
28
+ "fastapi==0.100.0",
29
+ "socketio==0.2.1",
30
+ "python-socketio==5.11.4",
31
+ "python-socketio[client]==5.11.4",
32
+ "uvicorn[standard]==0.30.6",
33
+ "uvicorn-worker==0.2.0",
34
+ "python-multipart==0.0.10",
35
+ "httpx==0.27.2",
36
37
38
[project.urls]
0 commit comments