catdata-api-v2/pyproject.toml

15 lines
300 B
TOML
Raw Permalink Normal View History

2025-08-01 20:36:20 +08:00
[project]
name = "cat-api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiomysql>=0.2.0",
"cryptography>=45.0.5",
"fastapi>=0.116.1",
"playwright>=1.54.0",
"pymysql>=1.1.1",
"uvicorn>=0.35.0",
]