Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
renamed require.pip to requirements.txt (#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimberly Sereduck authored and jaredhirsch committed Oct 29, 2018
1 parent d6d914a commit 59020b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ build/%.html: %.html
.PHONY: addon
addon: npm set_backend set_sentry webextension/manifest.json addon_locales webextension/build/selection.js webextension/build/shot.js webextension/build/thumbnailGenerator.js webextension/build/inlineSelectionCss.js webextension/build/raven.js webextension/build/onboardingCss.js webextension/build/onboardingHtml.js webextension/build/buildSettings.js

$(VENV): bin/require.pip
$(VENV): requirements.txt
virtualenv -p python2.7 $(VENV)
. $(VENV)/bin/activate && pip install -r bin/require.pip
. $(VENV)/bin/activate && pip install -r requirements.txt

.PHONY: flake8
flake8: $(VENV)
Expand Down
File renamed without changes.

0 comments on commit 59020b9

Please sign in to comment.