From ccf1e0565574d649a1aae82dbc367d6c23e409db Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 19 Jul 2017 18:30:44 +0200 Subject: [PATCH] fix more versions, bugfix --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 592aeec7..8997d52c 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,9 @@ setup( 'django-suit', 'django-nvd3', 'django-user-agents', + 'xhtml2pdf', + 'html5lib==0.95', + ], platforms=['OS Independent'], license='CeCILL v2', -- 2.39.5