mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 19:31:19 +00:00
12 lines
230 B
TOML
12 lines
230 B
TOML
[project]
|
|
name = "liteyukibot"
|
|
version = "7.0.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.115.12",
|
|
"pydantic>=2.11.3",
|
|
"uvicorn>=0.34.2",
|
|
]
|