[Notes] [Git][BuildGrid/buildgrid][master] setup.py: require at least protobuf 3.6.1



Title: GitLab

finn pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -124,7 +124,7 @@ setup(
    124 124
             'click',
    
    125 125
             'grpcio',
    
    126 126
             'janus',
    
    127
    -        'protobuf',
    
    127
    +        'protobuf >= 3.6.1',
    
    128 128
             'pyyaml',
    
    129 129
         ],
    
    130 130
         entry_points={
    



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