Skip to content

Commit f6b51c5

Browse files
authored
Add a comment for XML requirements
1 parent d26f026 commit f6b51c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

requirements/pip.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ jsonfield==2.0.2
2222
requests==2.21.0
2323
requests-toolbelt==0.9.1
2424
slumber==0.7.1
25-
lxml==4.3.1
26-
defusedxml==0.5.0
2725
pyyaml==3.13
2826
Pygments==2.3.1
2927

28+
# These has to be removed once APIv1 is removed
29+
# 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+
3034
# Basic tools
3135
# Redis 3.x has an incompatible change and fails
3236
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey

0 commit comments

Comments
 (0)