代码拉取完成,页面将自动刷新
[project]
name = "fba-slim"
description = "FastAPI 企业级后端架构解决方案(简化版)"
authors = [
{ name = "Wu Clan", email = "jianhengwu0407@gmail.com" },
]
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.10"
dynamic = ['version']
dependencies = [
"alembic>=1.17.2",
"asgiref>=3.11.0",
"asyncmy>=0.2.10",
"asyncpg>=0.31.0",
"bcrypt>=5.0.0",
"cappa>=0.31.0",
"cryptography>=46.0.3",
"dulwich>=0.25.0",
"fast-captcha>=0.3.2",
"fastapi-limiter>=0.1.6",
"fastapi-pagination>=0.15.4",
"fastapi[standard-no-fastapi-cloud-cli]>=0.128.0",
"granian>=2.6.0",
"ip2loc>=1.0.0",
"itsdangerous>=2.2.0",
"jinja2>=3.1.6",
"loguru>=0.7.3",
"msgspec>=0.20.0",
"opentelemetry-exporter-otlp-proto-grpc>=1.39.1",
"opentelemetry-instrumentation-fastapi>=0.60b1",
"opentelemetry-instrumentation-httpx>=0.60b1",
"opentelemetry-instrumentation-logging>=0.60b1",
"opentelemetry-instrumentation-redis>=0.60b1",
"opentelemetry-instrumentation-sqlalchemy>=0.60b1",
"opentelemetry-sdk>=1.39.1",
"prometheus-client>=0.23.1",
"psutil>=7.2.0",
# https://github.com/fastapi-practices/fastapi_best_architecture/issues/887
"psycopg[binary]==3.2.10",
"pwdlib>=0.3.0",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pymysql>=1.1.2",
"python-jose>=3.5.0",
"redis[hiredis]>=7.1.0",
"rtoml>=0.13.0",
"sqlalchemy-crud-plus>=1.13.1",
"sqlalchemy[asyncio]>=2.0.45",
"sqlparse>=0.5.5",
"starlette-context>=0.4.0",
"user-agents>=2.2.0",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
"pytest-sugar>=1.1.1",
]
lint = [
"prek>=0.2.25",
]
server = [
"wait-for-it>=2.3.0",
]
[tool.uv]
python-downloads = "manual"
default-groups = ["dev", "lint"]
[[tool.uv.index]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple"
[tool.hatch.build.targets.wheel]
packages = ["backend"]
[tool.hatch.version]
path = "backend/__init__.py"
[project.scripts]
fba = "backend.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。