add some dependencies

This commit is contained in:
2025-07-27 15:24:04 +02:00
parent 95b6513da9
commit e756f92d54

View File

@@ -58,7 +58,11 @@ stocks = [
"selenium" "selenium"
] ]
tesla = [] tesla = []
weather = [] weather = [
"openmeteo_requests",
"requests_cache",
"retry_requests"
]
other = [] other = []
unknown = [ unknown = [
"fastapi", "fastapi",