diff options
author | ahothan <ahothan@cisco.com> | 2019-03-17 22:34:25 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-03-17 22:43:25 -0700 |
commit | 634764bdb133f65515088be91f3a5049d6eb027e (patch) | |
tree | 159c29c7dcf558b5ab22dc1916c2c0f1c97611bb /requirements.txt | |
parent | 727e863a026fc1f4fbb427bca86829627e954488 (diff) |
NFVBENCH-126 Remove socketio support (debt reduction)
Allow REST server to start in no-openstack mode
Fix pbr version (was set to 0.0.0)
Add docker-compose support
Update documentation for REST API
Change-Id: Ib520b09283ba6a878f802365292a7a829e6ccd09
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 0a67060..490864c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,8 +20,4 @@ pyzmq>=15.3.0 requests>=2.13.0 tabulate>=0.7.5 flask>=0.12 -flask_socketio>=2.8.3 -backports.ssl-match-hostname==3.5.0.1 # via websocket-client -socketIO-client==0.7.2 -websocket-client==0.40.0 # via socketio-client fluent-logger>=0.5.3 |