mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
open pynacl dep to bottom pin only, remove interop-only deps from install_requires
This commit is contained in:
@ -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
|
||||||
|
|||||||
5
setup.py
5
setup.py
@ -60,14 +60,11 @@ install_requires = [
|
|||||||
"lru-dict>=1.1.6",
|
"lru-dict>=1.1.6",
|
||||||
"protobuf>=3.10.0",
|
"protobuf>=3.10.0",
|
||||||
"coincurve>=10.0.0",
|
"coincurve>=10.0.0",
|
||||||
"pynacl==1.3.0",
|
"pynacl>=1.3.0",
|
||||||
"trio>=0.15.0",
|
"trio>=0.15.0",
|
||||||
"noiseprotocol>=0.3.0",
|
"noiseprotocol>=0.3.0",
|
||||||
"trio-typing>=0.0.4",
|
"trio-typing>=0.0.4",
|
||||||
"exceptiongroup>=1.2.0; python_version < '3.11'",
|
"exceptiongroup>=1.2.0; python_version < '3.11'",
|
||||||
# added during debugging
|
|
||||||
"anyio",
|
|
||||||
"p2pclient",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user