Files
server/pyproject.toml
T

39 lines
819 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"
[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"