Skip to content

Commit

Permalink
fix: missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 20, 2024
1 parent 6240fb6 commit de339e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ moviepy = "^1.0.3"
pydub = "^0.25.1"
phonenumbers = "^8.13.27"
linkpreview = "^0.8.3"

segno = "^1.6.0"
python-magic-bin = [
{ version = '*', platform='windows' },
]

[tool.mypy]
exclude = [
Expand Down Expand Up @@ -55,6 +58,7 @@ build-backend = "poetry.core.masonry.api"




[tool.poetry.scripts]
docsbuild = "docs.generate:build"
build = "neonize.goneonize.build:build"

0 comments on commit de339e1

Please sign in to comment.