Skip to content

Commit

Permalink
dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Howard committed Sep 25, 2019
1 parent 5771db2 commit f562377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ venv/bin/activate: setup.py
pylint \
pydocstyle \
pytest \
pytest-runner \
pytest-cov \
tox \
wheel
$(VENV) pip install -e .
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"pytest-cov",
'ipython<6;python_version<"3"',
'ipython;python_version>="3"',
"ipdb",
'mock;python_version<"3.3"',
]

Expand Down

0 comments on commit f562377

Please sign in to comment.