Skip to content

Commit

Permalink
added extra requirement dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dafrose committed Apr 18, 2020
1 parent 3d0a8aa commit 8844a53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"plot": ["seaborn", "pydot"],
"proc": ["mne", "scipy"],
"cluster": ["paramiko", "h5py"],
"numba": ["numba"]}
"numba": ["numba"],
"dev": ["pytest", "bump2version"]}

EXTRAS["all"] = [item for sublist in EXTRAS.values() for item in sublist]

Expand Down

0 comments on commit 8844a53

Please sign in to comment.