fix vyper custom build link and bump pycryptodome version

This commit is contained in:
Danny Ryan
2019-12-18 16:36:28 -07:00
parent 331892ad15
commit 01a2ef8158
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
eth-utils>=1.3.0,<2
eth-typing>=2.1.0,<3.0.0
pycryptodome==3.7.3
pycryptodome==3.9.4
py_ecc==1.7.1
dataclasses==0.6
ssz==0.1.3

View File

@@ -7,7 +7,7 @@ setup(
install_requires=[
"eth-utils>=1.3.0,<2",
"eth-typing>=2.1.0,<3.0.0",
"pycryptodome==3.7.3",
"pycryptodome==3.9.4",
"py_ecc==1.7.1",
"ssz==0.1.3",
"dataclasses==0.6",