diff --git a/setup.py b/setup.py index 2a6d77d..f45ae4e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): install_requires = [ 'django>=1.4', 'decorator==3.4.0,<=4.0.2', - 'reportlab==2.5', + 'reportlab==3.5.55', 'html5lib==0.90', 'httplib2==0.9', 'pyPdf==1.13',