初始化

This commit is contained in:
2026-09-06 16:54:18 +08:00
parent 64a51f2567
commit 8efcd72eb2
8 changed files with 2709 additions and 55 deletions

View File

@@ -1,11 +1,19 @@
[project]
name = "lotteryserver"
version = "0.1.0"
requires-python = ">=3.14"
requires-python = ">=3.13"
dependencies = [
"apscheduler==3.11.3",
"fastapi>=0.141.1",
"ipykernel>=7.3.0",
"langchain>=1.4.0",
"langchain-core==1.6.2",
"langchain-deepseek==1.1.0",
"langchain-tavily==0.2.18",
"langgraph>=1.2.11",
"langgraph-checkpoint-sqlite==3.1.1",
"notebook>=7.6.2",
"openai==3.8.0",
"pydantic==2.13.5",
"pydantic-settings==2.15.0",
"pymysql==1.2.0",