# requirements.txt Python依赖包列表文件，用于容器化时指定Python环境依赖包
flask
flask_cors
requests

