Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 committed Jun 10, 2024
1 parent 9c3cfe8 commit 15ae361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
python_requires=">=3.7.0",
install_requires=["aiohttp"],
setup_requires=["pytest-runner"],
extras_require={"test": ["pytest", "pytest_httpserver", "pytest_asyncio"]},
extras_require={
"test": ["pytest", "pytest_httpserver", "pytest_asyncio", "flask"]
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 15ae361

Please sign in to comment.