summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: b53adf94687eaf2438369f7d36db8ae222884fcf (plain)
1
2
3
4
5
6
7
8
9
[project]
name = "vtt-publish"
version = "0.1.0"
description = "A TUI application designed for publishing files to a vtt server directory"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "textual>=7.5.0",
]