Scripts updated to use poetry

This commit is contained in:
Felipe M 2020-01-12 13:02:33 +01:00
parent 873548b558
commit 56b33d6ffe
Signed by: fmartingr
GPG key ID: 716BC147715E716F
2 changed files with 4 additions and 6 deletions

View file

@ -4,7 +4,7 @@ url = https://fmartingr.com/
url_style = absolute url_style = absolute
[packages] [packages]
lektor-markdown-highlighter = 0.3.1
lektor-atom = 0.2
lektor-htmlmin = 1.0.2
lektor-markdown-header-anchors = 0.3.1 lektor-markdown-header-anchors = 0.3.1
lektor-atom = 0.3
lektor-htmlmin = 1.0.2
lektor-markdown-highlighter = 0.3.1

View file

@ -1,7 +1,5 @@
setup: setup:
python3 -m venv .venv poetry install
source .venv/bin/activate && pip install -r requirements.txt
npm install
dev: dev:
node_modules/gulp/bin/gulp.js sass node_modules/gulp/bin/gulp.js sass