From 2aaa35a383a1a7ea6b11148a55b476b3aead8502 Mon Sep 17 00:00:00 2001 From: avnish Date: Mon, 9 Jan 2017 11:23:33 +0530 Subject: [PATCH] clean up requirements.txt dependencies 1. What is the problem greenlet and httplib2 modules present in requirement.txt file are not used anymore. 2. What is the solution to the problem Remove greenlet and httplib2 modules from requirement.txt file. 3. What the features need to be implemented to the Tricircle to realize the solution None Change-Id: I7c0b306e825713fbd3d560c115c98e79005b1d1a --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 03f871ac..64bdd44b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,8 +11,6 @@ Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT debtcollector>=1.2.0 # Apache-2.0 eventlet!=0.18.3,>=0.18.2 # MIT pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD -greenlet>=0.3.2 # MIT -httplib2>=0.7.5 # MIT requests!=2.12.2,>=2.10.0 # Apache-2.0 Jinja2>=2.8 # BSD License (3 clause) keystonemiddleware>=4.12.0 # Apache-2.0