初始化
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user