15 lines
303 B
TOML
15 lines
303 B
TOML
[project]
|
|
name = "pillartool"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"alembic>=1.17.2",
|
|
"fastapi>=0.126.0",
|
|
"hypercorn>=0.18.0",
|
|
"jinja2>=3.1.6",
|
|
"psycopg2>=2.9.11",
|
|
"pydantic>=2.12.5",
|
|
"sqlalchemy>=2.0.45",
|
|
]
|