Use poetry to run python dependences

This commit is contained in:
Vikash Kothary 2020-12-27 17:54:59 +00:00
parent a48c974b6a
commit 4667c85e00

View File

@ -2,9 +2,9 @@
## Make
POETRY=poetry
MKDOCS=mkdocs
JUPYTER=jupyter
UNITTEST=python -m unittest
MKDOCS=poetry run mkdocs
JUPYTER=poetry run jupyter
UNITTEST=poetry run python -m unittest
## Ankisyncd
ANKISYNCD_HOST=0.0.0.0