Browse Source

Add missing requirement

html5lib do not list it as a requirement, prefering to throw an error message >_<.
Jocelyn Delalande 8 years ago
parent
commit
8b0ffa5660
1 changed files with 2 additions and 0 deletions
  1. 2 0
      requirements.txt

+ 2 - 0
requirements.txt

@@ -12,6 +12,8 @@ django-sendfile==0.3.6
 django-localflavor==1.1
 -e git+https://code.ffdn.org/zorun/django-postgresql-netfields.git#egg=django-netfields
 -e git+https://github.com/chrisglass/xhtml2pdf@a5d37ffd0ccb0603bdf668198de0f21766816104#egg=xhtml2pdf-master
+# Required by html5lib, itself required by xhtml2pdf
+setuptools>=18.5
 -e git+https://github.com/jlaine/django-ldapdb@1c4f9f29e52176f4367a1dffec2ecd2e123e2e7a#egg=django-ldapdb
 feedparser
 six==1.10.0