From 0edf58c0a2ff2f410eed551de7414a24250899a9 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 11 Jul 2020 16:52:51 +0000 Subject: [PATCH] Explicitly listed lxml in our requirements. - Legacy-Id: 18145 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d691469d4..264e15fc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ httplib2>=0.10.3 jsonfield>=3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/. jwcrypto>=0.4.0 # for signed notifications logging_tree>=1.8.1 -#lxml>=3.4.0 # from PyQuery; +lxml>=3.4.0,<5 markdown2>=2.3.8 mock>=2.0.0 mypy==0.750 # Version requirements determined by django-stubs.