Skip to content

Commit

Permalink
use aiobotocore version < 1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed May 21, 2020
1 parent 10fad09 commit e17a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pip install numpy ; \
pip install pytz ; \
pip install requests ; \
pip install numba ; \
pip install aiobotocore ; \
pip install 'aiobotocore<1' ; \
pip install kubernetes ; \
pip install azure-storage-blob ; \
pip install aiofiles ; \
Expand Down

0 comments on commit e17a346

Please sign in to comment.