f39e95043c
Move some non pure python requirements (namely lxml and paramiko) from pip-requires to test-requires. Document it in README.rst. Motivations: - Make this pip-installable with pypy - Less distribution package requirements (deb/rpm/etc) in case a user do not actually need the functionality Note: while paramiko itself is pure python, it requires pycrypto. Note: msgpack has pure python fallback implementation. Separating ryu into smaller packages would be a better alternative. However, it would involve a lot more work than this workaround. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
eventlet
|
|
msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl)
|
|
netaddr
|
|
oslo.config>=1.2.0
|
|
routes # wsgi
|
|
six>=1.4.0
|
|
webob>=1.2 # wsgi
|