1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00

Merge branch 'master' of github.com:Kozea/WeasyPrint

This commit is contained in:
Guillaume Ayoub 2016-12-07 18:29:25 +01:00
commit 282b4622f7

View File

@ -37,7 +37,7 @@ REQUIREMENTS = [
]
if sys.version_info < (3,):
REQUIREMENTS.append('CairoSVG >= 1.0.20, < 2')
REQUIREMENTS.append('CairoSVG >= 1.0.20, < 2.0.0')
else:
REQUIREMENTS.append('CairoSVG >= 1.0.20')