open pynacl dep to bottom pin only, remove interop-only deps from install_requires

This commit is contained in:
pacrob
2024-05-27 12:30:06 -06:00
committed by Paul Robinson
parent a3f8db3ecd
commit 0326e34870
2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
Drop ``async-exit-stack`` dep, as of py37 can import ``AsyncExitStack`` from contextlib
Drop ``async-exit-stack`` dep, as of py37 can import ``AsyncExitStack`` from contextlib, also open ``pynacl`` dep to bottom pin only

View File

@ -60,14 +60,11 @@ install_requires = [
"lru-dict>=1.1.6",
"protobuf>=3.10.0",
"coincurve>=10.0.0",
"pynacl==1.3.0",
"pynacl>=1.3.0",
"trio>=0.15.0",
"noiseprotocol>=0.3.0",
"trio-typing>=0.0.4",
"exceptiongroup>=1.2.0; python_version < '3.11'",
# added during debugging
"anyio",
"p2pclient",
]