Upgrade to 0.1.0a4

Probably it can solve the dag issue:
https://github.com/ethereum/async-service/issues/12
This commit is contained in:
mhchia
2019-12-24 21:50:42 +08:00
parent 6ae3f5dc1b
commit fb6076c061

View File

@ -75,7 +75,7 @@ install_requires = [
"dataclasses>=0.7, <1;python_version<'3.7'",
"async_generator==1.10",
"trio>=0.13.0",
"async-service>=0.1.0a2,<0.2.0",
"async-service>=0.1.0a4,<0.2.0",
"async-exit-stack==1.0.1",
]