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>
This commit is contained in:
parent
d90589c2cc
commit
dc57ff5b47
@ -38,6 +38,7 @@ Some functionalities of ryu requires extra packages:
|
|||||||
- OF-Config requires lxml and ncclient
|
- OF-Config requires lxml and ncclient
|
||||||
- NETCONF requires paramiko
|
- NETCONF requires paramiko
|
||||||
- BGP speaker (SSH console) requires paramiko
|
- BGP speaker (SSH console) requires paramiko
|
||||||
|
- Zebra protocol service (database) requires SQLAlchemy
|
||||||
|
|
||||||
If you want to use the functionalities, please install requirements::
|
If you want to use the functionalities, please install requirements::
|
||||||
|
|
||||||
|
@ -2,3 +2,4 @@ lxml!=3.7.0,>=2.3 # OF-Config
|
|||||||
ncclient # OF-Config
|
ncclient # OF-Config
|
||||||
cryptography!=1.5.2 # Required by paramiko
|
cryptography!=1.5.2 # Required by paramiko
|
||||||
paramiko # NETCONF, BGP speaker (SSH console)
|
paramiko # NETCONF, BGP speaker (SSH console)
|
||||||
|
SQLAlchemy>=1.0.10,<1.1.0 # Zebra protocol service
|
||||||
|
Loading…
Reference in New Issue
Block a user