### 项目依赖安装 ```shell pip install -r requirements.txt ``` ### requirements.txt ```shell pip install pipreqs pipreqs ./ --encoding=utf8 ```