Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 committed Dec 2, 2024
1 parent 669fb49 commit a350fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
python_requires=">=3.7.0",
install_requires=[
"aiohttp==3.8.6 ; python_version=='3.7'",
"aiohttp ; python_version>'3.7'"
"aiohttp ; python_version>'3.7'",
"aiofiles"
],
setup_requires=["pytest-runner"],
extras_require={
Expand Down

0 comments on commit a350fd6

Please sign in to comment.