From 7981f2095f2318b5e0853146c002a744f782a7b1 Mon Sep 17 00:00:00 2001 From: ercas Date: Wed, 11 Apr 2018 19:29:30 -0400 Subject: [PATCH] setup.py should include matplotlib --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1362913..146f6d9 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ packages=find_packages(), package_data={'': ['*.html']}, # Include the templates install_requires=[ + "matplotlib", "jinja2", "six", ],