mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Merge branch 'master' into feature/porting-to-trio
This commit is contained in:
2
setup.py
2
setup.py
@ -66,7 +66,7 @@ install_requires = [
|
|||||||
"pycryptodome>=3.9.2,<4.0.0",
|
"pycryptodome>=3.9.2,<4.0.0",
|
||||||
"base58>=1.0.3,<2.0.0",
|
"base58>=1.0.3,<2.0.0",
|
||||||
"pymultihash>=0.8.2",
|
"pymultihash>=0.8.2",
|
||||||
"multiaddr>=0.0.8,<0.1.0",
|
"multiaddr>=0.0.9,<0.1.0",
|
||||||
"rpcudp>=3.0.0,<4.0.0",
|
"rpcudp>=3.0.0,<4.0.0",
|
||||||
"lru-dict>=1.1.6",
|
"lru-dict>=1.1.6",
|
||||||
"protobuf>=3.10.0,<4.0.0",
|
"protobuf>=3.10.0,<4.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user