We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb79bb commit 35e3433Copy full SHA for 35e3433
1 file changed
requirements.txt
@@ -39,7 +39,8 @@ jsonfield>=3.1.0 # for SubmissionCheck. This is https://github.com/bradjaspe
39
jsonschema[format]>=4.2.1
40
jwcrypto>=1.2 # for signed notifications - this is aspirational, and is not really used.
41
logging_tree>=1.9 # Used only by the showloggers management command
42
-lxml>=4.8.0,<5
+lxml>=5.3.0 # lxml[html_clean] fails on some architectures
43
+lxml_html_clean>=0.4.1
44
markdown>=3.3.6
45
types-markdown>=3.3.6
46
mock>=4.0.3 # Used only by tests, of course
0 commit comments