13 lines
254 B
TOML
13 lines
254 B
TOML
[project]
|
|
name = "cardpull"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"fastapi>=0.136.1",
|
|
"httpx>=0.28.1",
|
|
"pyyaml>=6.0.3",
|
|
"uvicorn[standard]>=0.46.0",
|
|
]
|