You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
477 B
29 lines
477 B
# Factory Sliceing 项目依赖 |
|
|
|
# 配置文件解析 |
|
toml>=0.10.2 |
|
|
|
# Redis 客户端 |
|
redis>=4.0.0 |
|
|
|
# OSS 客户端 |
|
oss2>=2.17.0 |
|
|
|
# HTTP 请求 |
|
requests>=2.28.0 |
|
|
|
# 数值计算(用于 small_machine_transform.py) |
|
numpy>=1.20.0 |
|
|
|
# UI 自动化(Windows) |
|
uiautomation>=2.0.0 |
|
|
|
# Windows API(Windows 系统需要) |
|
pywin32>=300; sys_platform == 'win32' |
|
|
|
# 打包工具(可选,仅打包时需要) |
|
pyinstaller>=5.0.0 |
|
|
|
# MinIO 客户端(如果使用) |
|
minio>=7.0.0 |
|
|
|
|