From cfd503af8bcc7cfce5fe687be92e6ae695b239ec Mon Sep 17 00:00:00 2001 From: Kaustubh Phatak Date: Thu, 8 Dec 2016 15:42:14 -0800 Subject: [PATCH] removing stevedore and websocker-client libs from python env --- environments/python3/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/environments/python3/requirements.txt b/environments/python3/requirements.txt index 119b6461..4ddc91fc 100644 --- a/environments/python3/requirements.txt +++ b/environments/python3/requirements.txt @@ -2,5 +2,3 @@ Flask===0.11.1 httplib2 python-dateutil requests==2.7.0 -stevedore -websocket-client