Switched to setup.cfg for deps

This commit is contained in:
Jef Roosens 2021-04-25 09:48:35 +02:00
parent 8381756693
commit 16c3edfb17
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 21 additions and 17 deletions

View file

@ -7,7 +7,7 @@ PYTHON=python3.6
# =====RECIPES=====
.venv/bin/activate: setup.py
'$(PYTHON)' -m venv .venv
.venv/bin/pip install -e .[ci] -e .[lint] -e .[dev]
.venv/bin/pip install -e .[develop]
venv: .venv/bin/activate
.PHONY: venv