2025-06-08 19:22:13 +08:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
|
# or more contributor license agreements. See the NOTICE file
|
|
|
|
|
# distributed with this work for additional information
|
|
|
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
|
|
|
# to you under the Apache License, Version 2.0 (the
|
|
|
|
|
# "License"); you may not use this file except in compliance
|
|
|
|
|
# with the License. You may obtain a copy of the License at
|
|
|
|
|
#
|
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
#
|
|
|
|
|
# Unless required by applicable law or agreed to in writing,
|
|
|
|
|
# software distributed under the License is distributed on an
|
|
|
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
|
# KIND, either express or implied. See the License for the
|
|
|
|
|
# specific language governing permissions and limitations
|
|
|
|
|
# under the License.
|
2025-06-08 18:44:40 +08:00
|
|
|
# 主要依赖 - 从 pyproject.toml 自动生成
|
|
|
|
|
# 请不要手动编辑此文件,使用 python generate_requirements.py 重新生成
|
|
|
|
|
|
|
|
|
|
# === 核心依赖 ===
|
|
|
|
|
mcp>=1.0.0
|
|
|
|
|
aiomysql>=0.2.0
|
|
|
|
|
PyMySQL>=1.1.0
|
|
|
|
|
asyncio-mqtt>=0.16.0
|
|
|
|
|
aiofiles>=23.0.0
|
|
|
|
|
aiohttp>=3.9.0
|
|
|
|
|
aioredis>=2.0.0
|
|
|
|
|
pandas>=2.0.0
|
|
|
|
|
numpy>=1.24.0
|
|
|
|
|
python-dateutil>=2.8.0
|
|
|
|
|
orjson>=3.9.0
|
|
|
|
|
pydantic>=2.5.0
|
|
|
|
|
pydantic-settings>=2.1.0
|
|
|
|
|
toml>=0.10.0
|
|
|
|
|
PyYAML>=6.0.0
|
|
|
|
|
python-dotenv>=1.0.0
|
|
|
|
|
cryptography>=41.0.0
|
|
|
|
|
PyJWT>=2.8.0
|
|
|
|
|
passlib[bcrypt]>=1.7.0
|
|
|
|
|
bcrypt>=4.1.0
|
|
|
|
|
sqlparse>=0.4.4
|
|
|
|
|
python-jose[cryptography]>=3.3.0
|
|
|
|
|
python-multipart>=0.0.6
|
|
|
|
|
prometheus-client>=0.19.0
|
|
|
|
|
structlog>=23.2.0
|
|
|
|
|
rich>=13.7.0
|
|
|
|
|
httpx>=0.26.0
|
|
|
|
|
websockets>=12.0
|
|
|
|
|
uvicorn[standard]>=0.25.0
|
|
|
|
|
fastapi>=0.108.0
|
|
|
|
|
starlette>=0.27.0
|
|
|
|
|
click>=8.1.0
|
|
|
|
|
typer>=0.9.0
|
|
|
|
|
requests>=2.31.0
|
|
|
|
|
tqdm>=4.66.0
|
|
|
|
|
|
|
|
|
|
# === 开发依赖 ===
|
|
|
|
|
pytest>=7.4.0
|
|
|
|
|
pytest-asyncio>=0.23.0
|
|
|
|
|
pytest-cov>=4.1.0
|
|
|
|
|
pytest-mock>=3.12.0
|
|
|
|
|
pytest-xdist>=3.5.0
|
|
|
|
|
ruff>=0.1.0
|
|
|
|
|
black>=23.12.0
|
|
|
|
|
isort>=5.13.0
|
|
|
|
|
flake8>=7.0.0
|
|
|
|
|
mypy>=1.8.0
|
|
|
|
|
bandit>=1.7.0
|
|
|
|
|
safety>=2.3.0
|
|
|
|
|
sphinx>=7.2.0
|
|
|
|
|
sphinx-rtd-theme>=2.0.0
|
|
|
|
|
myst-parser>=2.0.0
|
|
|
|
|
pre-commit>=3.6.0
|
|
|
|
|
tox>=4.11.0
|