mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Apply PR feedback
This commit is contained in:
3
setup.py
3
setup.py
@ -59,7 +59,7 @@ install_requires = [
|
||||
"coincurve>=10.0.0,<11.0.0",
|
||||
"pynacl==1.3.0",
|
||||
"dataclasses>=0.7, <1;python_version<'3.7'",
|
||||
"async_generator==1.10;python_version<'3.7'",
|
||||
"async_generator==1.10",
|
||||
]
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@ setup(
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Natural Language :: English",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
],
|
||||
platforms=["unix", "linux", "osx"],
|
||||
|
||||
Reference in New Issue
Block a user