added dotenv lib to get from file

This commit is contained in:
death916 2025-12-17 05:09:33 -08:00
parent 97df6d10d7
commit f79c54f993
3 changed files with 36 additions and 5 deletions

View file

@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"bs4>=0.0.2",
"python-dotenv>=1.2.1",
"qbittorrent-api>=2025.11.1",
"requests>=2.32.5",
]