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
This commit is contained in:
avnish 2017-01-09 11:23:33 +05:30
parent fbcb71ed86
commit 2aaa35a383
1 changed files with 0 additions and 2 deletions

View File

@ -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