set up project

This commit is contained in:
dm
2025-08-26 16:14:08 +03:00
parent baa10da877
commit c695d36898
3 changed files with 300 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "sfs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.116.1",
"python-multipart>=0.0.20",
"sqlalchemy>=2.0.43",
"uvicorn>=0.35.0",
]