build(requirements.txt): adding aioboto3

This commit is contained in:
Krrish Dholakia 2024-02-14 21:11:08 -08:00
parent f9ab7e7b14
commit f6efa7596e

View file

@ -30,4 +30,5 @@ click==8.1.7 # for proxy cli
jinja2==3.1.2 # for prompt templates
certifi>=2023.7.22 # [TODO] clean up
aiohttp==3.9.0 # for network calls
aioboto3==12.3.0 # for async sagemaker calls
####