diff options
author | Chandan Singh <chandan@chandansingh.net> | 2018-12-14 20:07:13 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2018-12-14 20:07:13 +0000 |
commit | b23bec551839e4d652a23a349fed96c885d7f7f5 (patch) | |
tree | 51769992543be2904577a9e512421e7f9f651818 /setup.py | |
parent | 13eb7ed2f356e1f42a8d379e313d55c5d3875d34 (diff) | |
parent | f894c0a80fab5434bb94b152e958880cc8f4f9d9 (diff) | |
download | buildstream-b23bec551839e4d652a23a349fed96c885d7f7f5.tar.gz |
Merge branch 'chandan/source-subgroup' into 'master'
Introduce new "source" command group
Closes #814
See merge request BuildStream/buildstream!1003
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,7 +346,7 @@ setup(name='BuildStream', # See issues #571 and #790. 'ruamel.yaml >= 0.15.41, < 0.15.52', 'pluginbase', - 'Click', + 'Click >= 7.0', 'jinja2 >= 2.10', 'protobuf >= 3.5', 'grpcio >= 1.10', |