summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2015-10-14 16:56:58 -0400
committerSean Dague <sean@dague.net>2015-10-14 16:56:58 -0400
commitda1ee13de96478ab74998ad0675651d540f701fb (patch)
treefcb9c79ebfb58d367941651e19c3c802a9fad670 /requirements.txt
parent42d9e96086f0208143f57464760e203668f4b119 (diff)
downloadironic-da1ee13de96478ab74998ad0675651d540f701fb.tar.gz
remove lxml requirement
this does not appear to be used anywhere in the code base, and is probably vestigial from the nova split which needs it for libvirt xml xpath. Change-Id: If3a9acea16980ffaeb585fa3cffa053fa4b11f5d
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 602f793a3..204a7abfb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,6 @@ SQLAlchemy<1.1.0,>=0.9.9
alembic>=0.8.0
automaton>=0.5.0 # Apache-2.0
eventlet>=0.17.4
-lxml>=2.3
WebOb>=1.2.3
greenlet>=0.3.2
netaddr!=0.7.16,>=0.7.12