Skip to content

Commit d491a59

Browse files
committed
Set minimum version of aiohttp and enfore Python 3.6+ when using async methods
1 parent aef8777 commit d491a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
url="https://github.com/geotab/mygeotab-python",
3838
description="An unofficial Python client for the MyGeotab API",
3939
long_description=readme + "\n\n" + changelog,
40-
extras_require={"notebook": ["pandas"], ":python_version>='3.5'": ["aiohttp", "python-rapidjson"]},
40+
extras_require={"notebook": ["pandas"], ":python_version>='3.6'": ["aiohttp>=3.8.1,<4", "python-rapidjson"]},
4141
test_suite="tests",
4242
include_package_data=True,
4343
packages=packages,

0 commit comments

Comments
 (0)