remove version requirements

This commit is contained in:
Jonathan Schemoul 2020-05-14 17:47:41 +02:00
parent 2b3b96e3eb
commit 5ae8f04c3a

View File

@ -65,8 +65,8 @@ setuptools.setup(
"rpcudp>=3.0.0,<4.0.0",
"lru-dict>=1.1.6",
"protobuf>=3.10.0,<4.0.0",
"coincurve>=10.0.0,<11.0.0",
"fastecdsa==1.7.4",
"coincurve",
"fastecdsa",
"pynacl==1.3.0",
],
extras_require=extras_require,