Skip to content

Commit

Permalink
Updating the update_deps command.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Jul 30, 2011
1 parent 9f7cb67 commit 70efd92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ run:
@cd myimgat/ && python manage.py runserver

update_deps:
@pip freeze > myimgat/requirements/project.txt
@pip freeze | grep -v "git-remote-helpers" > myimgat/requirements/project.txt

setup:
@pip install -r myimgat/requirements/project.txt
Expand Down
1 change: 0 additions & 1 deletion myimgat/requirements/project.txt
@@ -1,7 +1,6 @@
Django==1.3
argparse==1.1
distribute==0.6.15
git-remote-helpers==0.1.0
gondor==1.0b1.post10
libthumbor==0.5.0
pycrypto==2.3
Expand Down

0 comments on commit 70efd92

Please sign in to comment.