Skip to content

Commit

Permalink
Update build-requirements rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Feb 22, 2017
1 parent a03d0d6 commit 5eec19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ build-requirements:
$(VIRTUALENV) $(TEMPDIR)
$(TEMPDIR)/bin/pip install -U pip
$(TEMPDIR)/bin/pip install -Ue .
$(TEMPDIR)/bin/pip freeze | grep -v -- '-e' > requirements.txt
$(TEMPDIR)/bin/pip freeze | grep -v -- '^-e' > requirements.txt

0 comments on commit 5eec19f

Please sign in to comment.