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 | 996ef99f9a3733dd3d75100ce04c6ce25703bc37 (patch) | |
tree | 3c3578804b1d78240f0643f3c48c11c9ad83a1a8 /requirements.txt | |
parent | a6d26ae2ad0ea45074e3784055992e3b7773ed34 (diff) | |
download | Ishtar-996ef99f9a3733dd3d75100ce04c6ce25703bc37.tar.bz2 Ishtar-996ef99f9a3733dd3d75100ce04c6ce25703bc37.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 |