Remove greenlet useless requirement

This patch cleans up the requirements.txt list to remove greenlet module not used anymore.

Change-Id: I9311ae6ba394f131b12ec1c7414c5434ddd8a3c3
This commit is contained in:
Bertrand Lallau 2017-01-05 10:39:04 +01:00
parent ff26784a4e
commit a7616c397e
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ croniter>=0.3.4 # MIT License
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT
greenlet>=0.3.2 # MIT
keystoneauth1>=2.16.0 # Apache-2.0
keystonemiddleware>=4.12.0 # Apache-2.0
lxml!=3.7.0,>=2.3 # BSD