summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-02-17 13:06:01 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-02-22 12:22:51 +0900
commitdc57ff5b470bdf6398e67e53b6306f71615a0d71 (patch)
tree044106463148b6c32dc9c8808ff8d941e080e1d4 /tools
parentd90589c2cc2e55c0f8e0775185e0c23ad7281c95 (diff)
tools/optional-requires: SQLAlchemy for Zebra service
This patch adds a new optional requirements, SQLAlchemy, for Zebra protocol service database. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r--tools/optional-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/optional-requires b/tools/optional-requires
index 36c89ec0..1bc4cce7 100644
--- a/tools/optional-requires
+++ b/tools/optional-requires
@@ -2,3 +2,4 @@ lxml!=3.7.0,>=2.3 # OF-Config
ncclient # OF-Config
cryptography!=1.5.2 # Required by paramiko
paramiko # NETCONF, BGP speaker (SSH console)
+SQLAlchemy>=1.0.10,<1.1.0 # Zebra protocol service