mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 12:31:18 +00:00
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 21s
27 lines
474 B
TOML
27 lines
474 B
TOML
[project]
|
|
name = "liteyukibot"
|
|
version = "7.0.0"
|
|
description = "neo-liteyukibot is coming soon!"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.115.12",
|
|
"loguru>=0.7.3",
|
|
"nonecorn>=0.17.3",
|
|
"pydantic>=2.11.3",
|
|
"pyyaml>=6.0.2",
|
|
"uvicorn>=0.34.2",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"mypy>=1.15.0",
|
|
"pip>=25.1",
|
|
"pytest>=8.3.5",
|
|
"ruff>=0.11.7",
|
|
]
|
|
|
|
[tool.ruff]
|
|
line-length = 80
|
|
src = ["liteyukibot", "main.py"]
|