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 6f092a8 commit 6b1e50bCopy full SHA for 6b1e50b
pyproject.toml
@@ -31,10 +31,8 @@ dependencies = [
31
"exceptiongroup >=1.0",
32
"typing-extensions >=3.10",
33
"anyio >=3",
34
- "jsonpatch >=1.32",
35
"fastjsonschema >=2.14.5",
36
"requests >=2",
37
- "colorlog >=6",
38
"asgiref >=3",
39
"lxml >=4",
40
"servestatic >=3.0.0",
src/reactpy/logging.py
@@ -22,7 +22,6 @@
22
"generic": {
23
"format": "%(asctime)s | %(log_color)s%(levelname)s%(reset)s | %(message)s",
24
"datefmt": r"%Y-%m-%dT%H:%M:%S%z",
25
- "class": "colorlog.ColoredFormatter",
26
}
27
},
28
0 commit comments