Skip to content

Commit

Permalink
REL: Remove pep8 dependency: closes biocore#397
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 30, 2020
1 parent 83e8925 commit 192d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
base = ["numpy", "scipy", "pandas", "click",
"jinja2", "scikit-bio", "biom-format", "iow",
"emperor @ https://www.github.com/biocore/emperor/archive/master.zip"]
test = ["pep8", "flake8", "nose"]
test = ["flake8", "nose"]
all_deps = base + test

setup(
Expand Down

0 comments on commit 192d806

Please sign in to comment.