Pin the versions

Especially, use the latest multiaddr
This commit is contained in:
mhchia 2019-07-08 16:14:49 +08:00
parent 4422888f6f
commit 0fbf45d8ca
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -15,16 +15,16 @@ setuptools.setup(
platforms=["unix", "linux", "osx"], platforms=["unix", "linux", "osx"],
classifiers=classifiers, classifiers=classifiers,
install_requires=[ install_requires=[
"pycryptodome", "pycryptodome>=3.8.2,<4.0.0",
"click", "click>=7.0,<8.0",
"base58", "base58>=1.0.3,<2.0.0",
"pymultihash", "pymultihash>=0.8.2",
"multiaddr==0.0.4", "multiaddr>=0.0.8,<0.1.0",
"rpcudp", "rpcudp>=3.0.0,<4.0.0",
"grpcio", "grpcio>=1.21.1,<2.0.0",
"grpcio-tools", "grpcio-tools>=1.21.1,<2.0.0",
"lru-dict>=1.1.6", "lru-dict>=1.1.6",
"aio_timers" "aio_timers>=0.0.1,<0.1.0",
], ],
packages=setuptools.find_packages(exclude=["tests", "tests.*"]), packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
zip_safe=False, zip_safe=False,