From 5e26bb29d974a442f0f13adc357fe2005b2014c7 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 12 May 2017 11:41:15 -0700 Subject: [PATCH] Update requirements files --- dev_requirements.txt | 8 ++++---- requirements.txt | 4 ++-- setup.py | 2 +- test_requirements.txt | 3 ++- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index f40c6a1b..43905790 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index f0c62b3b..fab05bd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 8d74ac9c..43920611 100644 --- a/setup.py +++ b/setup.py @@ -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 diff --git a/test_requirements.txt b/test_requirements.txt index a3e920b2..804589bd 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,3 +1,4 @@ pytest >= 3.0 pytest-helpers-namespace -pytest-xdist \ No newline at end of file +pytest-xdist +pytest-cov \ No newline at end of file