commit | 6f55d7e1d5084e5073a8c964a025cf171c062294 | [log] [tgz] |
---|---|---|
author | Alexey Golubev <agolubev@mirantis.com> | Wed Mar 23 16:16:29 2016 +0300 |
committer | Alexey Golubev <agolubev@mirantis.com> | Wed Mar 30 13:35:09 2016 +0300 |
tree | e7fd0d890a3c0c9d373bb7cf865f31aa0e706a20 | |
parent | 8a07116c197aa858d2a6452470decce1d67cee8e [diff] [blame] |
Added CLI interface to trsync Added an interface based on cliff to call push/remove commands. Change-Id: Ic308974da577386c975a96fb1edb259175601680
diff --git a/requirements.txt b/requirements.txt index 59b1755..505fbb5 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -2,4 +2,5 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=1.6 \ No newline at end of file +pbr>=1.6 +cliff>=1.4.5