Merge pull request #1 from hoh/patch-1
Fix dependency issue on base58 with pyaleph
This commit is contained in:
commit
3dfb5c49ab
2
setup.py
2
setup.py
@ -59,7 +59,7 @@ setuptools.setup(
|
|||||||
python_requires=">=3.7,<4",
|
python_requires=">=3.7,<4",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pycryptodome>=3.9.2,<4.0.0",
|
"pycryptodome>=3.9.2,<4.0.0",
|
||||||
"base58>=1.0.3,<2.0.0",
|
"base58==2.0.1",
|
||||||
"pymultihash>=0.8.2",
|
"pymultihash>=0.8.2",
|
||||||
"multiaddr>=0.0.8,<0.1.0",
|
"multiaddr>=0.0.8,<0.1.0",
|
||||||
"rpcudp>=3.0.0,<4.0.0",
|
"rpcudp>=3.0.0,<4.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user