From cb2c0aac779afca60480065fd43903e9eb271382 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 12 Aug 2020 15:51:20 +0200 Subject: add deps for notebooks --- setup.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index feef088..86298ec 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,14 @@ with open("README.md", "r") as fh: "unidecode", ], extras_require={"dev": [ - "yapf", - "twine", + "ipython", "isort", + "jupyter", + "matplotlib", + "pandas", "pytest", "pytest-cov", - "ipython", - "jupyter", + "twine", + "yapf", ],}, ) -- cgit v1.2.3