From 50290b0e45429c207a5640979f3b0eee7aabfe20 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 1 Jul 2014 16:54:25 -0400 Subject: Add os-net-config CLI Adds a new CLI which parses the JSON and calls the configured provider to apply the configuration. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 9719046..3bf6ba4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr>=0.5.21,<1.0 +pbr>=0.6,!=0.7,<1.0 anyjson>=0.3.3 Babel>=0.9.6 six>=1.6.0 -- cgit 1.2.3-korg