[Notes] [Git][BuildGrid/buildgrid][mablanch/65-boto3-1-8-x] setup.py: Avoid the boto3 1.8.x release series



Title: GitLab

Martin Blanchard pushed to branch mablanch/65-boto3-1-8-x at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -114,7 +114,7 @@ setup(
    114 114
             'protobuf',
    
    115 115
             'grpcio',
    
    116 116
             'Click',
    
    117
    -        'boto3',
    
    117
    +        'boto3 <= 1.7',
    
    118 118
             'botocore',
    
    119 119
         ],
    
    120 120
         entry_points={
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]