mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
pin botocore to avoid dependency hell re: latest python-dateutil
boto decided to pin python-dateutil on a version _lower than_ what we
need for the TZID= bug fix:
90d7692702 (diff-b4ef698db8ca845e5845c4618278f29a)
This commit is contained in:
@@ -6,6 +6,7 @@ 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
|
||||
channels==1.1.8
|
||||
celery==3.1.25
|
||||
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
|
||||
|
||||
Reference in New Issue
Block a user