renamed req.txt to requirements.txt

This commit is contained in:
Rossen Georgiev 2016-08-16 22:14:08 +01:00
parent 2d0560ce16
commit 5093287b32
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ help:
@echo "$$HELPBODY"
init:
pip install -r req.txt
pip install -r requirements.txt
test:
rm -f .coverage aprslib/*.pyc

View File

@ -2,3 +2,4 @@ nose
coverage
unittest2
mox3
sphinx==1.3.5