Skip to content

Commit

Permalink
Makefile directive to maintain our requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lecocq committed Mar 20, 2016
1 parent ac868dd commit 260da48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -24,5 +24,8 @@ nose3: qless-core
rm -rf .coverage
nosetests3 --exe --cover-package=qless --with-coverage --cover-branches -v

requirements:
pip freeze | grep -v -e qless-py > requirements.txt

.PHONY: test
test: nose nose3
13 changes: 7 additions & 6 deletions requirements.txt
@@ -1,9 +1,10 @@
simplejson==3.3.0
argparse==1.2.1
decorator==3.4.0
gevent==0.13.8
greenlet==0.4.9
hiredis==0.1.0
redis==2.7.5
nose==1.3.7
psutil==0.7.1
gevent==0.13.8
redis==2.7.5
setproctitle==1.1.5
decorator==3.4.0
nose==1.3.7
simplejson==3.3.0
six==1.10.0

0 comments on commit 260da48

Please sign in to comment.