diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 13:24:54 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 13:24:54 +0300 |
commit | 3efe019526df5f5366e982e4737085a715293823 (patch) | |
tree | 5493f68c5cbbb401291b8aa34d59ff6f18885e9c | |
parent | 4581765f5f278f60d718726ae15efccb689f2217 (diff) | |
download | Servo-3efe019526df5f5366e982e4737085a715293823.tar.gz Servo-3efe019526df5f5366e982e4737085a715293823.tar.bz2 Servo-3efe019526df5f5366e982e4737085a715293823.zip |
Switch to using mainline django-wkhtmltopdf
-rw-r--r-- | requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.pip b/requirements.pip index 2544411..3f17438 100644 --- a/requirements.pip +++ b/requirements.pip @@ -22,4 +22,5 @@ pyexcel-xls pyexcel-xlsx pyexcel_text gsxws --e git+git://github.com/filipp/django-wkhtmltopdf.git#egg=django-wkhtmltopdf +django-wkhtmltopdf + |