[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,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': [
    



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