diff --git a/pyproject.toml b/pyproject.toml index ce8ff78..0c1fb1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,11 @@ stocks = [ "selenium" ] tesla = [] -weather = [] +weather = [ + "openmeteo_requests", + "requests_cache", + "retry_requests" +] other = [] unknown = [ "fastapi",