Files
server/pyproject.toml
T
ngfchl 777ca50328 update. 完成前端页面展示、列表和详情页
update. 调整融合主菜单与板块
update. 分离新闻模块
2026-04-01 14:17:03 +08:00

45 lines
951 B
TOML

[project]
name = "server"
version = "0.1.0"
description = ""
authors = [
{name = "ngfchl",email = "ngfchl@126.com"}
]
readme = "README.md"
requires-python = ">=3.13"
[tool.poetry.dependencies]
python = ">=3.13,<3.14"
django = ">=6.0.3,<7.0.0"
django-ninja = "^1.6"
django-redis = "^6.0.0"
pyjwt = "^2.8.0"
python-dateutil = "^2.8.2"
toml = "^0.10.2"
uvicorn = { version = "^0.42.0", extras = ["standard"] }
django-simpleui = "^2026.1.13"
markdown = "^3.9"
psycopg2-binary = "^2.9.11"
django-environ = "^0.13.0"
django-db-connection-pool = "^1.2.6"
pillow = "^12.1.1"
django-ckeditor-5 = "^0.2.20"
loguru = "^0.7.3"
django-import-export = "^4.4.0"
[tool.poetry.group.dev.dependencies]
pypinyin = "^0.55.0"
django-seed = "^0.3.1"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "mirrors"
url = "http://192.168.123.5:3141/root/pypi/+simple/"
priority = "primary"