Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
setup: Upgrade aiohttp to 3.8 series and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 8, 2021
1 parent 000c521 commit 5097b33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
'setuptools>=54.2.0',
]
install_requires = [
'aiohttp~=3.7.4',
'aiohttp~=3.8.0',
'aiotusclient~=0.1.4',
'appdirs~=1.4.4',
'async_timeout>=3.0',
'async_timeout>=4.0',
'attrs>=21.2',
'click>=8.0.1',
'colorama>=0.4.4',
Expand All @@ -31,15 +31,15 @@
'towncrier>=21.3.0',
]
test_requires = [
'pytest~=6.2.4',
'pytest~=6.2.5',
'pytest-cov',
'pytest-mock',
'pytest-asyncio>=0.15.1',
'aioresponses>=0.7.2',
'codecov',
]
lint_requires = [
'flake8>=3.9.2',
'flake8>=4.0.1',
'flake8-commas>=2.1',
]
typecheck_requires = [
Expand Down

0 comments on commit 5097b33

Please sign in to comment.