pin depency versions - reportlab 3.4 breaks us

This commit is contained in:
Sumpfork 2017-04-19 20:18:51 -07:00
parent 881b7281e9
commit e8d54d4f52

View File

@ -9,8 +9,8 @@ setup(
], ],
}, },
packages=find_packages(exclude=['tests']), packages=find_packages(exclude=['tests']),
install_requires=["reportlab>=2.5", install_requires=["reportlab==3.3.0",
"Pillow>=2.1.0"], "Pillow>=4.1.0"],
include_package_data=True, include_package_data=True,
author="Sumpfork", author="Sumpfork",
author_email="sumpfork@mailmight.net", author_email="sumpfork@mailmight.net",