Update requirements files

This commit is contained in:
James R. Barlow
2017-05-12 11:41:15 -07:00
parent b0e95842b8
commit 5e26bb29d9
4 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
check-manifest >= 0.34
check-manifest >= 0.35
twine >= 1.8.1
coverage >= 4.3.1
pytest-xdist >= 1.15.0
GitPython == 2.1.0
coverage >= 4.4
pytest-xdist >= 1.16.0
GitPython == 2.1.3
# Known good versions: 1.11.1
# Known broken versions: 1.15.0
+2 -2
View File
@@ -2,8 +2,8 @@
# setup.py lists a separate set of requirements that are looser to simplify
# installation
ruffus == 2.6.3
Pillow == 4.0.0
Pillow == 4.1.1
reportlab == 3.4.0
PyPDF2 == 1.26
PyPDF2 == 1.26.0
img2pdf == 0.2.3
cffi == 1.10.0
+1 -1
View File
@@ -222,7 +222,7 @@ setup(
install_requires=[
'ruffus==2.6.3', # pinned - ocrmypdf implements a 2.6.3 workaround
'Pillow>=4.0.0', # Pillow < 4 has BytesIO/TIFF bug w/img2pdf 0.2.3
'reportlab>=3.2.0', # oldest released version with sane image handling
'reportlab>=3.3.0', # oldest released version with sane image handling
'PyPDF2>=1.26', # pure Python, so track HEAD closely
'img2pdf>=0.2.3', # pure Python, so track HEAD closely
'cffi>=1.9.1' # must be a setup and install requirement
+2 -1
View File
@@ -1,3 +1,4 @@
pytest >= 3.0
pytest-helpers-namespace
pytest-xdist
pytest-xdist
pytest-cov