From 0ffb979e48ffa1a458cecd9b595b5d7e3386613d Mon Sep 17 00:00:00 2001 From: Tobi DEGNON Date: Fri, 30 Aug 2024 20:15:49 +0100 Subject: [PATCH] without cli dependency compressor command fails https://github.com/adamghill/refreshcss/discussions/22 --- {{ cookiecutter.project_name }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/pyproject.toml b/{{ cookiecutter.project_name }}/pyproject.toml index e0db859..a48a9af 100644 --- a/{{ cookiecutter.project_name }}/pyproject.toml +++ b/{{ cookiecutter.project_name }}/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "psycopg[binary]", "sentry-sdk", "whitenoise", - "refreshcss", + "refreshcss[cli]", ] scripts.{{ cookiecutter.project_name }} = "{{ cookiecutter.project_name }}.__main__:main"