1 Star 0 Fork 21

AIMAN/fastapi_sqlalchemy_mysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Wu Clan 提交于 2025-02-12 12:29 +08:00 . 更新用户登录时间函数名和依赖 (#52)
[project]
name = "fastapi_sqlalchemy_mysql"
version = "0.0.1"
description = "fastapi sqlalcehmy with mysql"
authors = [
{name = "Wu Clan", email = "jianhengwu0407@gmail.com"},
]
dependencies = [
"alembic==1.13.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",
"path==16.14.0",
"pre-commit==4.0.0",
"python-jose==3.3.0",
"python-multipart==0.0.9",
"redis[hiredis]==5.0.4",
"SQLAlchemy==2.0.30",
"tzdata==2024.1",
"sqlalchemy-crud-plus>=1.6.0",
"pwdlib>=0.2.1",
"msgspec>=0.18.6",
"phonenumbers>=8.13.51",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
[dependency-groups]
lint = [
"ruff>=0.8.2",
]
server = [
"gunicorn==21.2.0",
"wait-for-it>=2.2.2",
]
[tool.pdm]
distribution = false
[tool.pdm.scripts]
lint = "pre-commit run --all-files"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/AI_MAN/fastapi_sqlalchemy_mysql.git
git@gitee.com:AI_MAN/fastapi_sqlalchemy_mysql.git
AI_MAN
fastapi_sqlalchemy_mysql
fastapi_sqlalchemy_mysql
master

搜索帮助