Skip to content

Commit

Permalink
Adding reportlab 2.7 as a dependency, with a comment that this is due…
Browse files Browse the repository at this point in the history
… to a bug in pisa, and also that this may not work on Python 3.x
  • Loading branch information
molokov committed Feb 28, 2014
1 parent 0292635 commit 18fc891
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
install_requires=[
"mezzanine >= 3.0.6",
"pisa >= 3.0.33",
"reportlab == 2.7"
],
# NOTE: reportlab 3.0 does not work with pisa 3.0.33, due to a
# bad version check.
# However, reportlab 2.7 will not work with Python 3!
#

classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 18fc891

Please sign in to comment.