From 56b33d6ffe44eb6b29eb010251c20337585a9e98 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sun, 12 Jan 2020 13:02:33 +0100 Subject: [PATCH] Scripts updated to use poetry --- Felipe Martin.lektorproject | 6 +++--- Makefile | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Felipe Martin.lektorproject b/Felipe Martin.lektorproject index 2682802..f800a1a 100644 --- a/Felipe Martin.lektorproject +++ b/Felipe Martin.lektorproject @@ -4,7 +4,7 @@ url = https://fmartingr.com/ url_style = absolute [packages] -lektor-markdown-highlighter = 0.3.1 -lektor-atom = 0.2 -lektor-htmlmin = 1.0.2 lektor-markdown-header-anchors = 0.3.1 +lektor-atom = 0.3 +lektor-htmlmin = 1.0.2 +lektor-markdown-highlighter = 0.3.1 diff --git a/Makefile b/Makefile index 036d7b9..9e994a3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ setup: - python3 -m venv .venv - source .venv/bin/activate && pip install -r requirements.txt - npm install + poetry install dev: node_modules/gulp/bin/gulp.js sass