init
This commit is contained in:
commit
48c6176c47
12 changed files with 1971 additions and 0 deletions
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue