requests
This commit is contained in:
parent
d92618f225
commit
b2a0c6e611
|
|
@ -17,5 +17,5 @@ services:
|
|||
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
|
||||
command: >
|
||||
bash -c "pip install --upgrade pip &&
|
||||
pip install flask python-dotenv boto3 &&
|
||||
pip install flask python-dotenv boto3 requests &&
|
||||
python app.py"
|
||||
Loading…
Reference in New Issue