Skip to content
Snippets Groups Projects
Unverified Commit 24472869 authored by Daniel Ecer's avatar Daniel Ecer Committed by GitHub
Browse files

added pip dependency (#73)

parent 5f07aeda
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ venv-create:
dev-install:
$(PIP) install -r requirements.build.txt
$(PIP) install -r requirements.txt
$(PIP) install -r requirements.dev.txt
$(PIP) install -e . --no-deps
......
pip==20.2.3
setuptools==50.3.0
wheel==0.35.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment