Skip to content

Commit 759d4da

Browse files
authored
Merge pull request #12 from fabaff/patch-1
Set aiohttp to a later release
2 parents 38781e5 + f620524 commit 759d4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(*parts):
2323
url="https://github.com/Sholofly/geocachingapi-python",
2424
packages=setuptools.find_packages(include=["geocachingapi"]),
2525
license="MIT license",
26-
install_requires=["aiohttp>=3.0.0", "backoff>=1.9.0", "yarl"],
26+
install_requires=["aiohttp>=3.7.4,<4", "backoff>=1.9.0", "yarl"],
2727
keywords=["geocaching", "api"],
2828
classifiers=[
2929
"Development Status :: 3 - Alpha",
@@ -42,4 +42,4 @@ def read(*parts):
4242
include_package_data=True,
4343
use_scm_version=True,
4444
setup_requires=['setuptools_scm']
45-
)
45+
)

0 commit comments

Comments
 (0)