Switch to attridict, format with Black

This commit is contained in:
Joel Heaps
2023-09-28 22:07:25 -05:00
parent 1fc4383a95
commit 31f309c942
3 changed files with 52 additions and 38 deletions

View File

@@ -6,10 +6,10 @@ authors = [
{name = "Esteban Sanchez", email = "esteban.sanchez@gmail.com"},
]
dependencies = [
"attrdict>=2.0.1",
"prometheus-client>=0.17.1",
"python-json-logger>=2.0.7",
"qbittorrent-api>=2023.9.53",
"attridict>=0.0.8",
]
requires-python = ">=3.11"
readme = "README.md"