Add lxml to pip-requires

Without this, I was getting:

  ERROR: Failure: ImportError (No module named lxml)
  ...
  ImportError: No module named lxml
  ...
  ERROR: test_versions_index (melange.tests.unit.test_versions.TestVersionsController)
  ...
  Got: ImportError('No module named lxml',)
  ...
  ERROR: test_versions_index_for_xml (melange.tests.unit.test_versions.TestVersionsController)
  Got: ImportError('No module named lxml',)

Change-Id: I73eac14526d4ea5991b5d7186d42208a4c230569
This commit is contained in:
Mark McLoughlin 2012-01-26 16:49:46 +00:00
parent e23effda88
commit 41a38d96a6
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@ nosexcover
webtest
factory_boy
httplib2
lxml