aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
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]
9python = "^3.10" 9python = "^3.10"
10ffmpeg-python = "^0.2.0"
11python-telegram = "^0.19.0"
12
13[tool.poetry.group.dev.dependencies]
14mypy = "^1.11.2"
15isort = "^5.13.2"
16black = "^24.8.0"
17
18[tool.mypy]
19ignore_missing_imports = true
20disallow_untyped_defs = true
21disallow_untyped_calls = true
10 22
11[build-system] 23[build-system]
12requires = ["poetry-core"] 24requires = ["poetry-core"]