You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
290 B
TOML
15 lines
290 B
TOML
[project]
|
|
name = "diagram-to-tikz"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"fastapi>=0.110",
|
|
"jinja2>=3.1",
|
|
"litellm>=1.60",
|
|
"pillow>=12.0.0",
|
|
"python-multipart>=0.0.9",
|
|
"uvicorn[standard]>=0.30",
|
|
]
|