Skip to content

Commit

Permalink
dependencies handled through setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jarq6c committed Aug 19, 2021
1 parent 8fa02bf commit 13eab0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ PYTHON=$(PYENV)/bin/python3
build: $(PYENV)/bin/activate
$(PYTHON) -m build

$(PYENV)/bin/activate: checksum requirements.txt
$(PYENV)/bin/activate: checksum
test -d $(PYENV) || bash ./$(INSTALLER) -b -p $(PYENV)
$(PYTHON) -m pip install -U pip wheel setuptools build pytest
$(PYTHON) -m pip install -r requirements.txt
touch $(PYENV)/bin/activate

checksum: $(INSTALLER) $(HASHFILE)
Expand Down
31 changes: 0 additions & 31 deletions requirements.txt

This file was deleted.

0 comments on commit 13eab0c

Please sign in to comment.