Relax dependencies

This commit is contained in:
Jules 2025-05-03 18:05:57 +02:00
parent a9071efddd
commit 10fb639779
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ classifiers = [
]
keywords = ["weather", "weather-api", "netherlands", "weather-forecast", "pollen", "belgium", "luxembourg", "rain-radar"]
dependencies = [
"aiohttp>=3.11.13",
"aiohttp>=3.11.0",
"async-timeout>=4.0.3",
"svgwrite>=1.4.3",
]

View file

@ -1,3 +1,3 @@
aiohttp>=3.11.13
aiohttp>=3.11.0
async-timeout>=4.0.3
svgwrite>=1.4.3