Fix trio-typing>=0.3,<0.4

To be consistent with trinity
This commit is contained in:
mhchia 2020-02-02 18:18:01 +08:00
parent 05d5d045ea
commit 22963a3099
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -77,7 +77,7 @@ install_requires = [
"trio>=0.13.0",
"async-service>=0.1.0a4",
"async-exit-stack==1.0.1",
"trio-typing>=0.3.0,<1.0.0",
"trio-typing>=0.3.0,<0.4.0",
]