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,5 +1,5 @@
eth-tester[py-evm]==0.1.0b39
https://github.com/vyperlang/vyper/archive/1761-HOTFIX-v0.1.0-beta.13.tar.gz
git+https://github.com/vyperlang/vyper@1761-HOTFIX-v0.1.0-beta.13
web3==5.0.0b2
pytest==3.6.1
../test_libs/pyspec

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