Simpler requirements.txt

This commit is contained in:
Anthony Sottile 2014-03-22 18:33:32 -07:00
parent 45741545dc
commit 8bf2477142
2 changed files with 2 additions and 7 deletions

View File

@ -33,9 +33,7 @@ coverage: py_env
py_env: requirements.txt setup.py
rm -rf py_env
virtualenv py_env
bash -c 'source py_env/bin/activate && \
pip install -e . && \
pip install -r requirements.txt'
bash -c 'source py_env/bin/activate && pip install -r requirements.txt'
clean:
rm -rf py_env

View File

@ -1,7 +1,4 @@
argparse
plumbum
pyflakes
simplejson
-e .
# Testing requirements
coverage