mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Merge pull request #1598 from ryanpetrello/pin-boto-core
pin botocore to avoid dependency hell re: latest python-dateutil
This commit is contained in:
@@ -6,6 +6,7 @@ azure==3.0.0
|
|||||||
backports.ssl-match-hostname==3.5.0.1
|
backports.ssl-match-hostname==3.5.0.1
|
||||||
boto==2.47.0
|
boto==2.47.0
|
||||||
boto3==1.6.2
|
boto3==1.6.2
|
||||||
|
botocore<1.9.8 # botocore 1.9.8 pinned python-dateutil < 2.7.0 (our TZID fixes) https://github.com/boto/botocore/pull/1402
|
||||||
channels==1.1.8
|
channels==1.1.8
|
||||||
celery==3.1.25
|
celery==3.1.25
|
||||||
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
|
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ baron==0.6.6 # via redbaron
|
|||||||
billiard==3.3.0.23 # via celery
|
billiard==3.3.0.23 # via celery
|
||||||
boto3==1.6.2
|
boto3==1.6.2
|
||||||
boto==2.47.0
|
boto==2.47.0
|
||||||
botocore==1.9.5 # via boto3, s3transfer
|
botocore==1.9.7
|
||||||
celery==3.1.25
|
celery==3.1.25
|
||||||
certifi==2018.1.18 # via msrest
|
certifi==2018.1.18 # via msrest
|
||||||
cffi==1.11.5 # via azure-datalake-store, cryptography
|
cffi==1.11.5 # via azure-datalake-store, cryptography
|
||||||
|
|||||||
Reference in New Issue
Block a user