1 Star 0 Fork 21

赵建军/DjangoStarter

forked from DealiAxy/DjangoStarter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
[project]
name = "DjangoStarter"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "DealiAxy", email = "dealiaxy@gmail.com"},
]
dependencies = [
"django[argon2]>=5.0.6",
"django-ninja>=1.1.0",
"django-simpleui>=2024.4.1",
"django-multi-captcha-admin>=2.0.0",
"django-simple-captcha>=0.6.0",
"django-cors-headers>=4.3.1",
"django-ratelimit>=4.1.0",
"orjson>=3.10.0",
"pyjwt>=2.8.0",
"wechatpy>=1.8.18",
"django-redis>=5.4.0",
"simpleui>=2024.4.1",
"pycryptodome>=3.20.0",
"tblib>=3.0.0",
"jinja2>=3.1.4",
"faker>=25.5.0",
"django-split-settings>=1.3.1",
"django-compressor>=4.5",
"daphne>=4.1.2",
]
requires-python = "==3.11.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.1.1",
"django-debug-toolbar>=4.3.0",
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jianjun_zhao/DjangoStarter.git
git@gitee.com:jianjun_zhao/DjangoStarter.git
jianjun_zhao
DjangoStarter
DjangoStarter
master

搜索帮助