1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

unpin botocore now that an upstream dependency issue is resolved

related: 4f585dd09e
related: https://github.com/boto/botocore/pull/1433
This commit is contained in:
Ryan Petrello 2018-04-23 13:11:18 -04:00
parent fd598f5adc
commit 19d5d71937
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