mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00: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:
parent
f54498b3b0
commit
f7042492df
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue