We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26f026 commit f6b51c5Copy full SHA for f6b51c5
requirements/pip.txt
@@ -22,11 +22,15 @@ jsonfield==2.0.2
22
requests==2.21.0
23
requests-toolbelt==0.9.1
24
slumber==0.7.1
25
-lxml==4.3.1
26
-defusedxml==0.5.0
27
pyyaml==3.13
28
Pygments==2.3.1
29
+# These has to be removed once APIv1 is removed
+# https://github.com/rtfd/readthedocs.org/pull/5293
30
+# https://github.com/rtfd/readthedocs.org/pull/3082
31
+lxml==4.3.1
32
+defusedxml==0.5.0
33
+
34
# Basic tools
35
# Redis 3.x has an incompatible change and fails
36
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
0 commit comments