28 lines
603 B
TOML
28 lines
603 B
TOML
[project]
|
|
name = "chongming"
|
|
version = "0.1.0"
|
|
description = "基于 modules-bank 的 fastapi 打包脚手架"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"aerich>=0.8.2",
|
|
"fastapi[uvicorn]>=0.124.4",
|
|
"module-bank>=0.1.0",
|
|
"passlib>=1.7.4",
|
|
"pydantic-settings>=2.8.1",
|
|
"pydantic[email]>=2.10.6",
|
|
"sqlite-vfs>=0.1.0",
|
|
"toml>=0.10.2",
|
|
"tortoise-orm>=0.23.0",
|
|
"uvicorn[standard]>=0.33.0",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://mirrors.ustc.edu.cn/pypi/web/simple/"
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"cx-freeze>=7.2.10",
|
|
"pyinstaller>=6.18.0",
|
|
]
|