Add dep async-service

This commit is contained in:
mhchia 2019-12-07 00:19:10 +08:00
parent 837a249552
commit d847e78a83
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -70,6 +70,7 @@ setuptools.setup(
"pynacl==1.3.0", "pynacl==1.3.0",
"trio-asyncio>=0.10.0", "trio-asyncio>=0.10.0",
"trio>=0.13.0", "trio>=0.13.0",
"async-service>=0.1.0a2,<0.2.0",
], ],
extras_require=extras_require, extras_require=extras_require,
packages=setuptools.find_packages(exclude=["tests", "tests.*"]), packages=setuptools.find_packages(exclude=["tests", "tests.*"]),