初始化提交
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "ai-server"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "lanyuanxiaoyao",email = "lanyuanxiaoyao@gmail.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"openai (>=1.61.1,<2.0.0)",
|
||||
"flask (>=3.1.0,<4.0.0)",
|
||||
"jupyter (>=1.1.1,<2.0.0)",
|
||||
"zhipuai (>=2.1.5.20250106,<3.0.0.0)",
|
||||
"waitress (>=3.0.2,<4.0.0)"
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user