mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Add missing comma
This commit is contained in:
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ classifiers = [f"Programming Language :: Python :: {version}" for version in ["3
|
|||||||
extras_require = {
|
extras_require = {
|
||||||
"test": [
|
"test": [
|
||||||
"codecov>=2.0.15,<3.0.0",
|
"codecov>=2.0.15,<3.0.0",
|
||||||
"factory-boy>=2.12.0,<3.0.0"
|
"factory-boy>=2.12.0,<3.0.0",
|
||||||
"pytest>=4.6.3,<5.0.0",
|
"pytest>=4.6.3,<5.0.0",
|
||||||
"pytest-cov>=2.7.1,<3.0.0",
|
"pytest-cov>=2.7.1,<3.0.0",
|
||||||
"pytest-asyncio>=0.10.0,<1.0.0",
|
"pytest-asyncio>=0.10.0,<1.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user