Skip to content

Commit

Permalink
Fix aiohttp version to be compatible with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danipv committed Apr 15, 2024
1 parent 4be9a7c commit 0e2a50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
url="https://github.com/VirusTotal/vt-py",
packages=["vt"],
python_requires=">=3.7.0",
install_requires=["aiohttp"],
install_requires=["aiohttp==3.8.6"],
setup_requires=["pytest-runner"],
extras_require={"test": ["pytest", "pytest_httpserver", "pytest_asyncio"]},
classifiers=[
Expand Down

0 comments on commit 0e2a50f

Please sign in to comment.