add missing dependency
This commit is contained in:
parent
4c5c9703f5
commit
f9f9a82bef
3 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue