Remove unneeded attridict dependency, add comments

This commit is contained in:
Joel Heaps
2023-09-29 09:46:51 -05:00
parent 0ac406c476
commit ea4bdecdcf
3 changed files with 49 additions and 34 deletions

View File

@@ -9,12 +9,11 @@ dependencies = [
"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"
keywords = ["prometheus", "qbittorrent"]
license = "GPL-3.0"
license = {text = "GPL-3.0"}
classifiers = []
[project.urls]