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

pull/3192/merge
Rob Moorman 2016-12-05 19:19:15 +01:00 zatwierdzone przez Matt Westcott
rodzic f54498b3b0
commit f7042492df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',