Apply PR feedback

This commit is contained in:
Alex Stokes
2019-12-10 17:07:21 -08:00
parent d516cf51b8
commit 3b9d7c7acd
7 changed files with 29 additions and 23 deletions

View File

@ -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"],