freeze pillow and reportlab versions
This commit is contained in:
parent
231013c3da
commit
b27162927c
4
setup.py
4
setup.py
@ -11,8 +11,8 @@ setup(
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
packages=find_packages(exclude=['tests']),
|
packages=find_packages(exclude=['tests']),
|
||||||
install_requires=["reportlab>=3.4.0",
|
install_requires=["reportlab==3.5.17",
|
||||||
"Pillow>=4.1.0"],
|
"Pillow==5.3.0"],
|
||||||
setup_requires=["pytest-runner"],
|
setup_requires=["pytest-runner"],
|
||||||
tests_require=["pytest", "pytest-flake8", "six"],
|
tests_require=["pytest", "pytest-flake8", "six"],
|
||||||
url='http://domtabs.sandflea.org',
|
url='http://domtabs.sandflea.org',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user