mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-05 02:56:29 +00:00
📝 更新 .gitignore 文件以包含开发相关的忽略项;更新 Dockerfile 以支持 uvicorn 和虚拟环境;删除不再使用的 docker-compose 文件;重构 main.py 以使用 FastAPI;更新 pyproject.toml 和 uv.lock 文件以添加 uvicorn 依赖;创建 Makefile 和 docker-compose-dev.yaml 示例文件。
This commit is contained in:
@@ -7,4 +7,5 @@ requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.12",
|
||||
"pydantic>=2.11.3",
|
||||
"uvicorn>=0.34.2",
|
||||
]
|
||||
|
Reference in New Issue
Block a user