Remove Makefile and requirements.txt
This commit is contained in:
parent
4826e2d239
commit
aa6720444e
10
Makefile
10
Makefile
@ -1,10 +0,0 @@
|
|||||||
.PHONY: build clean
|
|
||||||
|
|
||||||
build: .venv
|
|
||||||
|
|
||||||
.venv:
|
|
||||||
`which python3` -m venv $(CURDIR)/.venv
|
|
||||||
$(CURDIR)/.venv/bin/pip install -r requirements.txt
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf $(CURDIR)/.venv
|
|
@ -1 +0,0 @@
|
|||||||
pykeepass~=4.0
|
|
Loading…
x
Reference in New Issue
Block a user