Skip to content

Commit

Permalink
tools/optional-requires: SQLAlchemy for Zebra service
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
iwaseyusuke authored and fujita committed Feb 22, 2017
1 parent d90589c commit dc57ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Some functionalities of ryu requires extra packages:
- OF-Config requires lxml and ncclient
- NETCONF requires paramiko
- BGP speaker (SSH console) requires paramiko
- Zebra protocol service (database) requires SQLAlchemy

If you want to use the functionalities, please install requirements::

Expand Down
1 change: 1 addition & 0 deletions tools/optional-requires
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc57ff5

Please sign in to comment.