diff options
| author | Tolmachev Igor <me@igorek.dev> | 2024-09-14 13:35:06 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2024-09-14 13:35:06 +0300 |
| commit | b7998274e5fd6143812bbe377ce86b3b54f0f2ab (patch) | |
| tree | b108a232dbb55e3427d5e63fad110804cbb10633 /pyproject.toml | |
| parent | c2b8aa40b90963ee0c948ac39728ea54fb329d01 (diff) | |
| download | video2story-b7998274e5fd6143812bbe377ce86b3b54f0f2ab.tar.gz video2story-b7998274e5fd6143812bbe377ce86b3b54f0f2ab.zip | |
Add argument parser
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index ca8814d..acba697 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -7,6 +7,18 @@ readme = "README.md" | |||
| 7 | 7 | ||
| 8 | [tool.poetry.dependencies] | 8 | [tool.poetry.dependencies] |
| 9 | python = "^3.10" | 9 | python = "^3.10" |
| 10 | ffmpeg-python = "^0.2.0" | ||
| 11 | python-telegram = "^0.19.0" | ||
| 12 | |||
| 13 | [tool.poetry.group.dev.dependencies] | ||
| 14 | mypy = "^1.11.2" | ||
| 15 | isort = "^5.13.2" | ||
| 16 | black = "^24.8.0" | ||
| 17 | |||
| 18 | [tool.mypy] | ||
| 19 | ignore_missing_imports = true | ||
| 20 | disallow_untyped_defs = true | ||
| 21 | disallow_untyped_calls = true | ||
| 10 | 22 | ||
| 11 | [build-system] | 23 | [build-system] |
| 12 | requires = ["poetry-core"] | 24 | requires = ["poetry-core"] |
