Skip to content

Commit

Permalink
Add required dependencies to pyproject.toml (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsparrow authored Nov 28, 2024
1 parent f416cf8 commit 5dde86a
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 1 deletion.
173 changes: 172 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ lz4 = "^4.3.3"
pycryptodomex = "^3.21.0"
jeepney = [{platform = "linux", version = "^0.8.0"},{platform = "bsd", version = "^0.8.0"}]
xxhash = "^3.5.0"
humanfriendly = "^10.0"
pyreadline3 = "^3.5.4"
pydantic = "^2.10.2"

[tool.poetry.scripts]
cyberdrop-dl = "cyberdrop_dl.main:main"
Expand Down

0 comments on commit 5dde86a

Please sign in to comment.