Initial commit

This commit is contained in:
Ian Keane 2026-09-14 13:45:57 -04:00
commit 6aa9bf85f3
10 changed files with 660 additions and 0 deletions

13
pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[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",
]