Skip to content

Commit

Permalink
multiaddr 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hayotensor committed Nov 21, 2024
1 parent 9daf27d commit bdc4343
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ __pycache__/
# C extensions
*.so

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Distribution / packaging
.Python
env/
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ grpcio-tools>=1.33.2
protobuf>=3.12.2
configargparse>=1.2.3
py-multihash>=0.2.3
multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@e01dbd38f2c0464c0f78b556691d655265018cce
# multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@e01dbd38f2c0464c0f78b556691d655265018cce
multiaddr>=0.0.9
cryptography>=3.4.6
pydantic>=2.0.0
packaging>=20.9

0 comments on commit bdc4343

Please sign in to comment.