We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94e25a commit 3b437b6Copy full SHA for 3b437b6
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2018-2021 Fabian Affolter <fabian@affolter-engineering.ch>
+Copyright (c) 2018-2023 Fabian Affolter <fabian@affolter-engineering.ch>
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
setup.py
@@ -21,7 +21,7 @@
21
author_email="fabian@affolter-engineering.ch",
22
license="MIT",
23
install_requires=[
24
- "aiohttp>=3.8.0,<4",
+ "aiohttp>=3.8.3,<4",
25
"async_timeout>=4,<5",
26
],
27
packages=["opensensemap_api"],
0 commit comments