summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2015-06-17 11:40:11 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2015-06-17 11:40:11 +0200
commit7ae00aaca9e432147071a076b4bc4ea6e40e69a3 (patch)
treedead193a7a64f8fbcac594ee3f3f62fda52b16b0 /Makefile
parent296759638981d5eba54ee0ab1b831d018e97d903 (diff)
downloadpsutil-7ae00aaca9e432147071a076b4bc4ea6e40e69a3.tar.gz
update dev-deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b13547c8..73875b31 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ build: clean
install-dev-deps:
$(PYTHON) -m pip install --user --upgrade pip
$(PYTHON) -m pip install --user --upgrade \
- ipaddress unittest2 mock ipdb coverage nose
+ ipaddress unittest2 mock ipdb coverage nose sphinx sphinx-pypi-upload
install: build
$(PYTHON) setup.py install --user; \