diff --git a/poetry.lock b/poetry.lock index 763607c..7fe4e8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1068,5 +1068,5 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" -python-versions = "^3.11" -content-hash = "0438b08873b14fbdea96b820d84ffc3f3d4e265aad0773589d48f9e8cd8ce5f2" +python-versions = ">=3.10" +content-hash = "c5f8351c5f0bf8a41542f3f8429441eb8d77912c0799e64e8e05470168cd6ae8" diff --git a/pyproject.toml b/pyproject.toml index 4b9c7f7..0f45b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -55,6 +58,7 @@ build-backend = "poetry.core.masonry.api" + [tool.poetry.scripts] docsbuild = "docs.generate:build" build = "neonize.goneonize.build:build"