Remove wsgiref from requirements.txt
wsgiref is part of python standard library since 2.5 so having it in requirements.txt has no impact. https://docs.python.org/2/whatsnew/2.5.html#the-wsgiref-package Change-Id: I42da2984ed4b0b0f0537274423413e1e7ff2c061
This commit is contained in:
parent
5feedfb8ba
commit
b7300a797c
@ -9,7 +9,6 @@ eventlet>=0.16.1
|
|||||||
PasteDeploy>=1.5.0
|
PasteDeploy>=1.5.0
|
||||||
Routes>=1.12.3,!=2.0
|
Routes>=1.12.3,!=2.0
|
||||||
WebOb>=1.2.3
|
WebOb>=1.2.3
|
||||||
wsgiref>=0.1.2
|
|
||||||
kombu>=2.5.0
|
kombu>=2.5.0
|
||||||
lockfile>=0.8
|
lockfile>=0.8
|
||||||
psutil>=1.1.1,<2.0.0
|
psutil>=1.1.1,<2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user