Browse Source

Update env requirements

Shellmiao 2 năm trước cách đây
mục cha
commit
2032e77c72
1 tập tin đã thay đổi với 13 bổ sung2 xóa
  1. 13 2
      README.md

+ 13 - 2
README.md

@@ -16,13 +16,24 @@ Pip安装需要的包:
 - flask
 - requests_toolbelt
 - cachetools
-- ruamel
 - ruamel.yaml
 - filelock
 - peewee
+- python-dotenv
+- apsw
+- protobuf==3.20
+- psutil
+- cos-python-sdk-v5
+- casbin
+- casbin_sqlalchemy_adapter
+- numpy
+- pymysql
+- beautifultable
+- kazoo
+- shortuuid
 
 ```powershell
-pip install grpcio requests werkzeug flask requests_toolbelt cachetools ruamel.yaml filelock peewee -i https://pypi.mirrors.ustc.edu.cn/simple/
+pip install grpcio requests werkzeug flask requests_toolbelt cachetools ruamel.yaml filelock peewee python-dotenv apsw protobuf==3.20 psutil cos-python-sdk-v5 casbin numpy casbin_sqlalchemy_adapter pymysql beautifultable kazoo shortuuid
 ```
 
 由于需要引用Fate项目中的代码,需要将Fate项目PULL下来做引用