Initial environment commit

This commit is contained in:
2025-12-19 10:01:11 -05:00
commit 6e36ecf0e9
6 changed files with 173 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "media-manager"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.2",
]