22 lines
479 B
TOML
22 lines
479 B
TOML
[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"
|