pin depency versions - reportlab 3.4 breaks us
This commit is contained in:
parent
881b7281e9
commit
e8d54d4f52
4
setup.py
4
setup.py
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user