From b007bb4d07d1dbfdc54287ef638c3956a7c1cafb Mon Sep 17 00:00:00 2001 From: mhchia Date: Tue, 4 Feb 2020 17:46:30 +0800 Subject: [PATCH] Use the latest async-service --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ec5c51..e808b95 100644 --- a/setup.py +++ b/setup.py @@ -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.0a4", + "async-service>=0.1.0a6", "async-exit-stack==1.0.1", "trio-typing>=0.3.0,<0.4.0", ]