add matplotlib to dependencies

pull/983/head
Joran Honig 6 years ago
parent fd51315361
commit 8c1e7e58b5
  1. 1
      setup.py

@ -97,6 +97,7 @@ setup(
"configparser>=3.5.0",
"persistent>=4.2.0",
"ethereum-input-decoder>=0.2.2",
"matplotlib",
],
tests_require=["mypy", "pytest>=3.6.0", "pytest_mock", "pytest-cov"],
python_requires=">=3.5",

Loading…
Cancel
Save