From 16123a078ef0fd8c4476ad03b5348641bf9b7041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ku=C5=BE=C3=ADlek?= Date: Tue, 10 Mar 2020 17:21:20 +0100 Subject: [PATCH] Let's not build libsass as default (hopefully doesn't break in production) --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 2317802..4e51c88 100644 --- a/Pipfile +++ b/Pipfile @@ -7,6 +7,7 @@ verify_ssl = true pylint = "*" pylint-flask-sqlalchemy = "*" rope = "*" +libsass = "*" [packages] flask = "*" @@ -19,7 +20,6 @@ flask-login = "*" flask-wtf = "*" flask-assets = "*" # pyscss = "*" -libsass = "*" cssmin = "*" # python-magic = "*" # flask-mail = "*"