浏览代码

Update env requirements

Shellmiao 2 年之前
父节点
当前提交
2032e77c72
共有 1 个文件被更改,包括 13 次插入2 次删除
  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下来做引用