From 8c1e7e58b5c4a85a95d7a233b4c8060f2d5ccd4c Mon Sep 17 00:00:00 2001 From: Joran Honig Date: Mon, 1 Apr 2019 13:12:21 +0200 Subject: [PATCH] add matplotlib to dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1f0a0a02..67d7f39a 100755 --- a/setup.py +++ b/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",