We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e252da7 commit 69071c6Copy full SHA for 69071c6
1 file changed
setup.py
@@ -24,8 +24,8 @@
24
author_email="fabian@affolter-engineering.ch",
25
license="MIT",
26
install_requires=[
27
- "aiohttp>=3.7.4,<4",
28
- "async_timeout>=4",
+ "aiohttp>=3.8.0,<4",
+ "async_timeout>=4,<5",
29
],
30
packages=["opensensemap_api"],
31
zip_safe=True,
0 commit comments