Skip to content

Commit 6f33cde

Browse files
committed
feat: add py-multiaddr from git
1 parent 5fcfc67 commit 6f33cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ dependencies = [
1919
"exceptiongroup>=1.2.0; python_version < '3.11'",
2020
"grpcio>=1.41.0",
2121
"lru-dict>=1.1.6",
22-
"multiaddr>=0.0.9",
22+
# "multiaddr>=0.0.9",
23+
"multiaddr @ git+https://github.com/multiformats/py-multiaddr.git",
2324
"mypy-protobuf>=3.0.0",
2425
"noiseprotocol>=0.3.0",
2526
"protobuf>=4.21.0,<5.0.0",

0 commit comments

Comments
 (0)