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"],
classifiers=classifiers,
install_requires=[
"pycryptodome",
"click",
"base58",
"pymultihash",
"multiaddr==0.0.4",
"rpcudp",
"grpcio",
"grpcio-tools",
"pycryptodome>=3.8.2,<4.0.0",
"click>=7.0,<8.0",
"base58>=1.0.3,<2.0.0",
"pymultihash>=0.8.2",
"multiaddr>=0.0.8,<0.1.0",
"rpcudp>=3.0.0,<4.0.0",
"grpcio>=1.21.1,<2.0.0",
"grpcio-tools>=1.21.1,<2.0.0",
"lru-dict>=1.1.6",
"aio_timers"
"aio_timers>=0.0.1,<0.1.0",
],
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
zip_safe=False,