sqlmodel-selectin/pyproject.toml
Waylon S. Walker 48c6176c47 init
2025-07-03 09:48:05 -05:00

19 lines
357 B
TOML

[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",
]