Update requirements and comments for lxml

master
David Fischer 2019-03-12 15:02:31 -07:00
parent 9927925ead
commit c99b06d532
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60
1 changed files with 5 additions and 6 deletions

View File

@ -24,12 +24,6 @@ slumber==0.7.1
pyyaml==3.13
Pygments==2.3.1
# These has to be removed once APIv1 is removed
# https://github.com/rtfd/readthedocs.org/pull/5293
# https://github.com/rtfd/readthedocs.org/pull/3082
lxml==4.3.2
defusedxml==0.5.0
# Basic tools
# Redis 3.x has an incompatible change and fails
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
@ -62,6 +56,11 @@ elasticsearch-dsl==6.1.0 # pyup: ignore
django-elasticsearch-dsl==0.5.1
pyquery==1.4.0
# lxml is used by pyquery
# defusedxml is recommended when using lxml
lxml==4.3.2
defusedxml==0.5.0
# Utils
django-gravatar2==1.4.2
pytz==2018.9