Init projekt

This commit is contained in:
2025-11-19 13:28:18 +01:00
commit 964cf3ba36
7 changed files with 365 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "word-list"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.121.2",
"gunicorn>=23.0.0",
"uvicorn>=0.38.0",
]