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", ]