Noise: add PatternXX

This commit is contained in:
mhchia
2020-02-09 00:33:26 +08:00
parent f27db83a14
commit 0324a69841
8 changed files with 169 additions and 35 deletions

View File

@ -78,6 +78,7 @@ install_requires = [
"async-service>=0.1.0a6",
"async-exit-stack==1.0.1",
"trio-typing>=0.3.0,<0.4.0",
"noiseprotocol>=0.3.0,<0.4.0",
]