Skip to content

Commit

Permalink
loosen asynctest requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bkad committed Dec 29, 2022
1 parent 30b7a4e commit 94e7e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiohttp
version = attr: aiohttp.__version__
version = 3.8.3.dev0
url = https://github.com/aio-libs/aiohttp
project_urls =
Chat: Gitter = https://gitter.im/aio-libs/Lobby
Expand Down Expand Up @@ -52,7 +52,7 @@ install_requires =
charset-normalizer >=2.0, < 3.0
multidict >=4.5, < 7.0
async_timeout >= 4.0.0a3, < 5.0
asynctest == 0.13.0; python_version<"3.8"
asynctest; python_version<"3.8"
yarl >= 1.0, < 2.0
idna-ssl >= 1.0; python_version<"3.7"
typing_extensions >= 3.7.4; python_version<"3.8"
Expand Down

0 comments on commit 94e7e08

Please sign in to comment.