Skip to content

Commit

Permalink
build: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Jan 12, 2024
1 parent 88e6106 commit 73ed767
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
],
python_requires=">=3.6",
install_requires=["aiohttp==3.*,>=3.1.0", "pytest-asyncio"],
python_requires=">=3.8",
install_requires=[
"aiohttp==3.*,>=3.1.0",
"pytest-asyncio>=0.17.0"
],
# the following makes a plugin available to pytest
entry_points={"pytest11": ["aresponses = aresponses.main"]},
)

0 comments on commit 73ed767

Please sign in to comment.