Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Pin boto3 to 1.4.7 (apache#5290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreythewang authored and timifasubaa committed Jul 25, 2018
1 parent 8e26452 commit 629a87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_git_sha():
scripts=['superset/bin/superset'],
install_requires=[
'bleach',
'boto3>=1.4.6',
'boto3==1.4.7',
'botocore>=1.7.0, <1.8.0',
'celery>=4.2.0',
'colorama',
Expand Down

0 comments on commit 629a87c

Please sign in to comment.