Skip to content

Commit

Permalink
set upper bound on boto3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Aug 29, 2018
1 parent 68047d6 commit d56800f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ google-cloud-bigquery>=1.0.0,<2
requests>=2.18.0,<3
agate>=1.6,<2
jsonschema==2.6.0
boto3>=1.6.23
boto3>=1.6.23,<1.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ def read(fname):
'google-cloud-bigquery>=1.0.0,<2',
'agate>=1.6,<2',
'jsonschema==2.6.0',
'boto3>=1.6.23'
'boto3>=1.6.23,<1.8.0'
]
)

0 comments on commit d56800f

Please sign in to comment.