diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-06-29 08:50:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-29 08:50:15 +0000 |
commit | 752497c8d7b72ad1599cd14a2061d11322201068 (patch) | |
tree | 24c02f626f34a3f8272e3786093c1e727c2368d5 | |
parent | cf00c7390219f7968c6088ad1c16774ef9fb184b (diff) | |
parent | b3fb5f663a5077883c0a8dc53ca3ab632b7f5f71 (diff) |
Merge "Add networking-bgpvpn module in SDNVPN requirements"
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5543064..d3dcf3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ pbr>=1.8 # Apache-2.0 requests!=2.12.2,>=2.10.0 # Apache-2.0 opnfv PyYAML>=3.10.0 # MIT +networking-bgpvpn==6.0.0 # Apache-2.0 |