diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 13:29:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 13:29:40 +0200 |
commit | bbf8847cbb02286358213552a6e4dff3f156ef90 (patch) | |
tree | 3c3578804b1d78240f0643f3c48c11c9ad83a1a8 /requirements.txt | |
parent | 6ab131bf59b1debac51b33a14b7ffae616606b65 (diff) | |
download | Ishtar-bbf8847cbb02286358213552a6e4dff3f156ef90.tar.bz2 Ishtar-bbf8847cbb02286358213552a6e4dff3f156ef90.zip |
Switch from pisa to weasyprint
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 2b41343a2..feecbe8e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,15 +2,15 @@ psycopg2==2.5.4 django-registration==2.2 django==1.11 Pillow==3.4.2 -pisa==3.0.33 -reportlab==3.1.8 +WeasyPrint==0.41 +html5lib==0.999999999 + dbf==0.96.003 python-memcached==1.57 unicodecsv==0.14.1 pytidylib==0.2.1 lxml==3.4.0 -html5lib==0.999 django-extra-views==0.2.4 beautifulsoup4==4.3.2 |