diff --git a/pyproject.toml b/pyproject.toml index f83b60e..ca75f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,9 @@ classifiers = [ ] keywords = ["weather", "weather-api", "netherlands", "weather-forecast", "pollen", "belgium", "luxembourg", "rain-radar"] dependencies = [ - "aiohttp==3.11.13", - "async-timeout==4.0.3", - "svgwrite==1.4.3", + "aiohttp>=3.11.13", + "async-timeout>=4.0.3", + "svgwrite>=1.4.3", ] requires-python = ">=3.11" diff --git a/requirements.txt b/requirements.txt index bd4e67a..d37094f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.11.13 -async-timeout==4.0.3 -svgwrite==1.4.3 \ No newline at end of file +aiohttp>=3.11.13 +async-timeout>=4.0.3 +svgwrite>=1.4.3 \ No newline at end of file