1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Merge pull request #1518 from ryanpetrello/botocore-dep-hell

unpin botocore now that an upstream dependency issue is resolved
This commit is contained in:
Ryan Petrello 2018-04-23 15:15:59 -04:00 committed by GitHub
commit e4ffdeb0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -5,8 +5,7 @@ asgiref==1.1.2
azure==3.0.0
backports.ssl-match-hostname==3.5.0.1
boto==2.47.0
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
boto3==1.7.6
channels==1.1.8
celery==3.1.25
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade

View File

@ -95,9 +95,9 @@ backports.functools-lru-cache==1.5 # via jaraco.functools
backports.ssl-match-hostname==3.5.0.1
baron==0.6.6 # via redbaron
billiard==3.3.0.23 # via celery
boto3==1.6.2
boto3==1.7.6
boto==2.47.0
botocore==1.9.7
botocore==1.10.6
celery==3.1.25
certifi==2018.1.18 # via msrest
cffi==1.11.5 # via azure-datalake-store, cryptography