Update install.py

Former-commit-id: d94afa81e413d8bb5299d4ac28361b3dbe09224c
This commit is contained in:
Physton
2023-05-18 20:34:30 +08:00
parent 47f1b3aa12
commit 26d7d76ae3

View File

@@ -2,9 +2,12 @@ import launch
packages = {
"chardet": "chardet",
"translators": "translators",
"fastapi": "fastapi",
"hashlib": "hashlib",
# The following packages are required for translation service. If you do not need translation service, you can remove them.
# 以下是翻译所需的包,如果不需要翻译服务,可以删除掉它们。
"translators": "translators",
"openai": "openai",
"boto3": "boto3",
"aliyunsdkcore": "aliyun-python-sdk-core",