This commit is contained in:
Waylon S. Walker 2025-07-03 09:48:05 -05:00
commit 48c6176c47
12 changed files with 1971 additions and 0 deletions

19
pyproject.toml Normal file
View file

@ -0,0 +1,19 @@
[project]
name = "sqlmodel-selectin"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"faker>=37.4.0",
"fastapi>=0.115.14",
"rich>=14.0.0",
"sqlmodel>=0.0.24",
"uvicorn>=0.35.0",
]
[dependency-groups]
dev = [
"ipython>=9.4.0",
"pyinstrument>=5.0.3",
]