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