mirror of
https://github.com/Jerryplusy/AI-powered-switches.git
synced 2025-07-04 21:29:18 +00:00
114514+114514
This commit is contained in:
parent
6f74a80036
commit
6e5cd34da7
@ -1,14 +1,27 @@
|
|||||||
fastapi>=0.95.2
|
# 核心依赖
|
||||||
uvicorn>=0.22.0
|
fastapi==0.110.0
|
||||||
python-dotenv>=1.0.0
|
uvicorn==0.29.0
|
||||||
requests>=2.28.2
|
python-dotenv==1.0.1
|
||||||
paramiko>=3.3.0
|
|
||||||
pydantic>=1.10.7
|
# Pydantic 模型
|
||||||
loguru>=0.7.0
|
pydantic==2.6.4
|
||||||
python-nmap>=0.7.1
|
pydantic-settings==2.2.1
|
||||||
tenacity>=9.1.2
|
|
||||||
typing-extensions>=4.0.0
|
# 网络操作
|
||||||
aiofiles>=24.1.0
|
asyncssh==2.14.2
|
||||||
telnetlib3>=2.0.4
|
telnetlib3==2.0.3
|
||||||
asyncssh>=2.14.0
|
httpx==0.27.0
|
||||||
aiofiles>=24.1.0
|
python-nmap==0.7.1
|
||||||
|
|
||||||
|
# 异步文件操作
|
||||||
|
aiofiles==23.2.1
|
||||||
|
|
||||||
|
# 日志管理
|
||||||
|
loguru==0.7.2
|
||||||
|
|
||||||
|
# 重试机制
|
||||||
|
tenacity==8.2.3
|
||||||
|
|
||||||
|
# 其他工具
|
||||||
|
asyncio==3.4.3
|
||||||
|
typing_extensions==4.10.0
|
Loading…
x
Reference in New Issue
Block a user