Add transactions to the setup and requirements

pull/366/head
Nikhil Parasaram 6 years ago
parent 497cd85dff
commit 807820763d
  1. 1
      requirements.txt
  2. 1
      setup.py

@ -20,4 +20,5 @@ pytest-cov
pytest_mock
requests
rlp>=1.0.1
transaction>=2.2.1
z3-solver>=4.5

@ -318,6 +318,7 @@ setup(
'coverage',
'jinja2>=2.9',
'rlp>=1.0.1',
'transaction>=2.2.1',
'py-flags',
'mock',
'configparser>=3.5.0',

Loading…
Cancel
Save