Remove Makefile and requirements.txt

This commit is contained in:
Roger Gonzalez 2024-12-04 19:30:11 -03:00
parent 4826e2d239
commit aa6720444e
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -1 +0,0 @@
pykeepass~=4.0