aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: ca8814d0853d224f672bf85e7cda2c9c94fbbabb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tool.poetry]
name = "video2story"
version = "1.0.0"
description = "Simple telegram story uploader"
authors = ["Tolmachev Igor <me@igorek.dev>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"