mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 02:46:45 +00:00
Update eth-testrpc
This commit is contained in:
parent
12ea8bc7c7
commit
47813628c1
@ -1,8 +1,8 @@
|
||||
pytest>=2.8.2
|
||||
pytest-pythonpath>=0.3
|
||||
tox>=1.8.0
|
||||
eth-testrpc>=1.1.0
|
||||
ethereum>=1.5.2
|
||||
eth-testrpc>=1.2.0
|
||||
ethereum>=1.6.1
|
||||
secp256k1>=0.13.1
|
||||
hypothesis>=3.4.2
|
||||
flaky>=3.3.0
|
||||
|
||||
5
setup.py
5
setup.py
@ -20,7 +20,7 @@ install_requires=[
|
||||
"pylru>=1.0.9",
|
||||
"pysha3>=0.3",
|
||||
"requests>=2.12.4",
|
||||
"rlp>=0.4.6",
|
||||
"rlp>=0.4.7",
|
||||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
@ -37,8 +37,7 @@ setup(
|
||||
include_package_data=True,
|
||||
install_requires=install_requires,
|
||||
extras_require={
|
||||
'Tester': ["eth-testrpc>=1.1.0"],
|
||||
'tester': ["eth-testrpc>=1.1.0"],
|
||||
'tester': ["eth-testrpc>=1.2.0"],
|
||||
'gevent': [
|
||||
"gevent>=1.1.1,<1.2.0",
|
||||
"geventhttpclient>=1.3.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user