加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
[project]
name = "fastapi_sqlalchemy_mysql"
version = "0.0.1"
description = "Default template for PDM package"
authors = [
{name = "Wu Clan", email = "jianhengwu0407@gmail.com"},
]
dependencies = [
"aiofiles==23.2.1",
"aiosmtplib==3.0.1",
"alembic==1.13.1",
"asgiref==3.8.1",
"asyncmy==0.2.9",
"bcrypt==4.1.3",
"cryptography==42.0.7",
"email_validator==2.1.1",
"fast-captcha==0.2.1",
"fastapi[all]==0.111.0",
"fastapi-limiter==0.1.6",
"fastapi-pagination==0.12.24",
"loguru==0.7.2",
"passlib==1.7.4",
"path==16.14.0",
"pre-commit==3.7.1",
"python-jose==3.3.0",
"python-multipart==0.0.9",
"redis[hiredis]==5.0.4",
"SQLAlchemy==2.0.30",
"tzdata==2024.1",
"uvicorn[standard]==0.29.0",
"sqlalchemy-crud-plus>=0.0.2",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm.dev-dependencies]
lint = [
"ruff>=0.4.2",
]
deploy = [
"supervisor>=4.2.5",
"wait-for-it>=2.2.2",
]
[tool.pdm]
distribution = false
[tool.pdm.scripts]
lint = "pre-commit run --all-files"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化