Merge pull request #1 from hoh/patch-1

Fix dependency issue on base58 with pyaleph
This commit is contained in:
Moshe Malawach 2020-10-27 11:23:18 +01:00 committed by GitHub
commit 3dfb5c49ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",