15 lines
300 B
TOML
15 lines
300 B
TOML
|
[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",
|
||
|
]
|