projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a4e69
)
give coloredlogs a version number
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 10 Mar 2023 20:28:35 +0000
(21:28 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 10 Mar 2023 20:28:35 +0000
(21:28 +0100)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index 56bad92e13ce642803274bdfb032c759b242a8a9..199665e448c8e4f134e1c59c07721e0dacba3f8e 100644
(file)
--- a/
pyproject.toml
+++ b/
pyproject.toml
@@
-18,7
+18,7
@@
classifiers = [
]
dependencies = [
"aiohttp",
- "coloredlogs",
+ "coloredlogs
>=15.0.1
",
"orjson",
"mashumaro>=3.5"
]