Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Dedupe w/ requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Dec 5, 2016
1 parent 5221163 commit 9e4ecaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env: requirements.txt requirements_tests.txt
./$(env_bin)/pip --version
./$(env_bin)/pip install --no-index --find-links=file:///$(PWD)/vendor -r requirements.txt
./$(env_bin)/pip install --no-index --find-links=file:///$(PWD)/vendor -r requirements_tests.txt
./$(env_bin)/pip install --editable .

clean:
rm -rf env
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ honcho==0.5.0
six==1.10.0
libsass==0.3.0

-e .
--editable .

0 comments on commit 9e4ecaf

Please sign in to comment.