zoitestream/pyproject.toml

14 lines
189 B
TOML
Raw Permalink Normal View History

2026-09-14 13:45:57 -04:00
[project]
name = "zoitestream"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"flask>=3.0",
"python-dotenv>=1.0",
]
[dependency-groups]
dev = [
"pytest>=8.0",
]