Skip to content

Commit

Permalink
add matplotlib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
schae234 committed Aug 28, 2018
1 parent 46e1bea commit 141f291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -88,6 +88,5 @@ def find_version(*file_paths):
[console_scripts]
minus80=minus80.cli.minus80:cli
''',

author_email = '[email protected]',
)

0 comments on commit 141f291

Please sign in to comment.