mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
fix awscli botocore dependency
awscli has a requirement of a new version of botocore moto has a requirement of an old version of boto3, which requires an old version of botocore We had to pin boto to an older version, because of the moto issues. this commit pins awscli to the version currently deployed on prod, so that it plays nice with that older version of boto/botocore
This commit is contained in:
@@ -23,6 +23,7 @@ SQLAlchemy==1.2.11
|
||||
notifications-python-client==5.0.0
|
||||
|
||||
# PaaS
|
||||
awscli==1.15.82
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
botocore<1.11.0
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ SQLAlchemy==1.2.11
|
||||
notifications-python-client==5.0.0
|
||||
|
||||
# PaaS
|
||||
awscli==1.15.82
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
botocore<1.11.0
|
||||
|
||||
@@ -36,7 +37,6 @@ git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
||||
alembic==1.0.0
|
||||
amqp==1.4.9
|
||||
anyjson==0.3.3
|
||||
awscli==1.16.23
|
||||
bcrypt==3.1.4
|
||||
billiard==3.3.0.23
|
||||
bleach==2.1.3
|
||||
@@ -68,7 +68,7 @@ python-dateutil==2.7.3
|
||||
python-editor==1.0.3
|
||||
python-json-logger==0.1.8
|
||||
pytz==2018.5
|
||||
PyYAML==3.12
|
||||
PyYAML==3.13
|
||||
redis==2.10.6
|
||||
requests==2.19.1
|
||||
rsa==3.4.2
|
||||
|
||||
Reference in New Issue
Block a user