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>
9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
coverage
|
|
mock
|
|
nose
|
|
pep8
|
|
pylint==0.25.0
|
|
xml_compare
|
|
lxml # OF-Config
|
|
paramiko # NETCONF, BGP speaker
|