0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Update boto3 version to 1.4.x to support latest features of third-pary modules (wagtail-alt-generator) (#3194)

This commit is contained in:
Rob Moorman 2016-12-05 19:19:15 +01:00 committed by Matt Westcott
parent f54498b3b0
commit f7042492df

View File

@ -43,7 +43,7 @@ testing_extras = [
'Pillow>=2.7.0',
'elasticsearch>=1.0.0,<3.0',
'Jinja2>=2.8,<3.0',
'boto3>=1.1,<1.2',
'boto3>=1.4,<1.5',
# For coverage and PEP8 linting
'coverage>=3.7.0',