Martin Blanchard pushed to branch mablanch/65-boto3-1-8-x at BuildGrid / buildgrid
Commits:
-
bda072c0
by Martin Blanchard at 2018-08-28T09:06:47Z
1 changed file:
Changes:
... | ... | @@ -114,8 +114,8 @@ setup( |
114 | 114 |
'protobuf',
|
115 | 115 |
'grpcio',
|
116 | 116 |
'Click',
|
117 |
- 'boto3',
|
|
118 |
- 'botocore',
|
|
117 |
+ 'boto3 < 1.8.0',
|
|
118 |
+ 'botocore < 1.11.0',
|
|
119 | 119 |
],
|
120 | 120 |
entry_points={
|
121 | 121 |
'console_scripts': [
|