chore: Moving boto pins from base.in to constraint file for better vi… (#31878)

* chore: Moving boto pins from base.in to constraint file for better visibility
This commit is contained in:
Awais Qureshi
2023-03-13 13:33:01 +05:00
committed by GitHub
parent 2ae2fbd4f5
commit 03dcefb845
2 changed files with 10 additions and 3 deletions

View File

@@ -76,3 +76,10 @@ pyopenssl==22.0.0
cryptography==38.0.4 # greater version has some issues with openssl.
pylint<2.16.0 # greater version failing quality test. Fix them in seperate ticket.
# Deprecated version of the AWS SDK;
# we should stop using this
boto==2.39.0
boto3==1.4.8 # Amazon Web Services SDK for Python
botocore==1.8.17 # via boto3, s3transfer

View File

@@ -30,9 +30,9 @@ analytics-python # Used for Segment analytics
attrs # Reduces boilerplate code involving class attributes
Babel # Internationalization utilities, used for date formatting in a few places
bleach[css] # Allowed-list-based HTML sanitizing library that escapes or strips markup and attributes; used for capa and LTI
boto==2.39.0 # Deprecated version of the AWS SDK; we should stop using this
boto3==1.4.8 # Amazon Web Services SDK for Python
botocore==1.8.17 # via boto3, s3transfer
boto # Deprecated version of the AWS SDK; we should stop using this
boto3 # Amazon Web Services SDK for Python
botocore # via boto3, s3transfer
bridgekeeper # Used for determining permissions for courseware.
celery # Asynchronous task execution library
chem # A helper library for chemistry calculations