mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-26 20:05:40 +02:00
Relax dependencies
This commit is contained in:
parent
a9071efddd
commit
10fb639779
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
aiohttp>=3.11.13
|
||||
aiohttp>=3.11.0
|
||||
async-timeout>=4.0.3
|
||||
svgwrite>=1.4.3
|
Loading…
Add table
Reference in a new issue