Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mein Name authored and alphatownsman committed Oct 28, 2024
1 parent 4c5c970 commit f9f9a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9f9a82

Please sign in to comment.