From 141f2919bc5a48801274f9729d5bf022658e21d1 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 28 Aug 2018 15:41:02 -0600 Subject: [PATCH] add matplotlib dep --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7a57578..e95ee83 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def find_version(*file_paths): 'apsw' ], extras_require={ - 'docs' : ['ipython>=6.5.0'] + 'docs' : ['ipython>=6.5.0','matplotlib>=2.2.3'] }, dependency_links = [ 'git+https://github.com/rogerbinns/apsw' @@ -88,6 +88,5 @@ def find_version(*file_paths): [console_scripts] minus80=minus80.cli.minus80:cli ''', - author_email = 'rob@linkage.io', )