add missing dependency

This commit is contained in:
mein Name 2024-10-28 15:49:14 -04:00 committed by Henri Dickson
parent 4c5c9703f5
commit f9f9a82bef
3 changed files with 3 additions and 0 deletions

View file

@ -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]

View file

@ -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

View file

@ -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