1 Star 0 Fork 0

与或非/fastapi_best_architecture

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
Wu Clan 提交于 2025-03-28 14:22 +08:00 . Bump dependencies and pre-commits (#559)
[project]
name = "fastapi_best_architecture"
version = "0.0.1"
description = """
A RBAC (Role-Based Access Control) permission control system built on FastAPI, featuring a unique pseudo-three-tier
architecture design, with built-in basic implementation of fastapi admin as a template library, free and open-source.
"""
authors = [
{ name = "Wu Clan", email = "jianhengwu0407@gmail.com" },
]
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.10,<3.13"
dependencies = [
"aiofiles>=24.1.0",
"alembic>=1.14.1",
"asgi-correlation-id>=4.3.3",
"asgiref>=3.8.0",
"asyncmy>=0.2.10",
"asyncpg>=0.30.0",
"bcrypt>=4.2.1",
"celery==5.3.6",
# When celery version < 6.0.0
# https://github.com/celery/celery/issues/7874
"celery-aio-pool==0.1.0rc8",
"cryptography>=44.0.0",
"fast-captcha>=0.3.2",
"fastapi-cli==0.0.5",
"fastapi-limiter>=0.1.6",
"fastapi-oauth20>=0.0.1a2",
"fastapi-pagination>=0.12.34",
"fastapi[standard]==0.115.11",
"flower>=2.0.0",
"gevent>=24.11.1",
"ip2loc>=1.0.0",
"itsdangerous>=2.2.0",
"jinja2>=3.1.4",
"loguru>=0.7.3",
"msgspec>=0.19.0",
"path==17.0.0",
"psutil>=6.0.0",
"pwdlib>=0.2.1",
"pydantic>=2.11.0",
"pydantic-settings>=2.0.0",
"python-jose>=3.3.0",
"python-socketio>=5.12.0",
"redis[hiredis]>=5.2.0",
"rtoml>=0.12.0",
"sqlalchemy-crud-plus==1.6.0",
"sqlalchemy[asyncio]>=2.0.40",
"user-agents==2.2.0",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest-sugar>=1.0.0",
]
lint = [
"pre-commit>=4.0.0",
]
server = [
"gunicorn>=21.2.0",
"aio-pika>=9.4.3",
"wait-for-it>=2.2.2",
]
[tool.uv]
package = false
python-downloads = "manual"
default-groups = ["dev", "lint"]
[[tool.uv.index]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tangkc123/fastapi_best_architecture.git
git@gitee.com:tangkc123/fastapi_best_architecture.git
tangkc123
fastapi_best_architecture
fastapi_best_architecture
master

搜索帮助