12 lines
177 B
TOML
12 lines
177 B
TOML
[project]
|
|
name = "todo-app"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"fastapi",
|
|
"uvicorn[standard]",
|
|
"sqlalchemy",
|
|
"pytest",
|
|
"httpx",
|
|
]
|