Fix `make deps` (#26)

This was not working since there is no longer
any production requirements file.
This commit is contained in:
Joshua Harlow 2016-05-15 23:30:16 -07:00 committed by rbtcollins
parent 1b88d78a38
commit c10d4038b8
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ SHELL := /bin/bash
deps:
pip install --upgrade \
-r requirements/development.txt \
-r requirements/production.txt
-r requirements/development.txt
sdist:
python setup.py sdist