Skip to content

Commit

Permalink
Bump to 0.21.2 for pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed May 9, 2024
1 parent f336141 commit 1b053e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
python_requires=">=3.8",
author="Joakim Plate",
install_requires=["attrs>18.1"],
install_requires=["attrs>18.1", "async"],
extras_require={
"tests": [
"pytest>3.6.4",
"pytest-asyncio==0.21",
"pytest-asyncio==0.21.2",
"pytest-aiohttp>=1.0.0",
"pytest-cov>=3.0.0",
"coveralls",
Expand Down

0 comments on commit 1b053e4

Please sign in to comment.