diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-12 15:51:20 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-12 15:51:20 +0200 |
commit | cb2c0aac779afca60480065fd43903e9eb271382 (patch) | |
tree | 5454124a5e3d53a229ebe277986e00f85a0406d9 | |
parent | 899fe1352d9b7e93c0707a4578db2f0d32b49e26 (diff) | |
download | fuzzycat-cb2c0aac779afca60480065fd43903e9eb271382.tar.gz fuzzycat-cb2c0aac779afca60480065fd43903e9eb271382.zip |
add deps for notebooks
-rw-r--r-- | setup.py | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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", ],}, ) |