From f9f9a82bef8a35aa5f0b419b61209268468747a1 Mon Sep 17 00:00:00 2001 From: mein Name Date: Mon, 28 Oct 2024 15:49:14 -0400 Subject: [PATCH] add missing dependency --- pyproject.toml | 1 + requirements-dev.lock | 1 + requirements.lock | 1 + 3 files changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 78336116..66621274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ dependencies = [ "django-typed-models @ git+https://github.com/alphatownsman/django-typed-models.git", "atproto>=0.0.55", "discord-py>=2.4.0", + "libsass>=0.23.0", ] [tool.rye] diff --git a/requirements-dev.lock b/requirements-dev.lock index fb53506f..ceaa39a2 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -151,6 +151,7 @@ json5==0.9.25 langdetect==1.0.9 libipld==3.0.0 # via atproto +libsass==0.23.0 listparser==0.20 loguru==0.7.2 lxml==5.3.0 diff --git a/requirements.lock b/requirements.lock index afb80985..1db0f5d4 100644 --- a/requirements.lock +++ b/requirements.lock @@ -107,6 +107,7 @@ igdb-api-v4==0.3.3 langdetect==1.0.9 libipld==3.0.0 # via atproto +libsass==0.23.0 listparser==0.20 loguru==0.7.2 lxml==5.3.0