mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-27 04:05:56 +02:00
Update dependencies
This commit is contained in:
parent
ccd8254c8f
commit
5a5bb05c1d
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue