mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-03-29 18:32:16 +02:00
15 lines
394 B
Plaintext
15 lines
394 B
Plaintext
-r ../pip-requirements.txt
|
|
# NOTE: OpenStack avoids some versions of eventlet, because of the
|
|
# following issue.
|
|
# https://github.com/eventlet/eventlet/issues/401
|
|
eventlet==0.31.1
|
|
msgpack>=0.4.0 # RPC library, BGP speaker(net_cntl)
|
|
netaddr
|
|
oslo.config>=2.5.0
|
|
ovs>=2.6.0 # OVSDB
|
|
packaging==20.9
|
|
routes # wsgi
|
|
six>=1.4.0
|
|
tinyrpc==1.0.4 # RPC library, BGP speaker(net_cntl)
|
|
webob>=1.2 # wsgi
|