Update requirements

This commit is contained in:
James R. Barlow
2018-11-10 00:56:04 -08:00
parent 5ed05e08b1
commit eed0424390
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
check-manifest >= 0.35
twine >= 1.8.1
coverage >= 4.4
coverage >= 4.5
GitPython == 2.1.3
+5 -5
View File
@@ -2,11 +2,11 @@
# setup.py lists a separate set of requirements that are looser to simplify
# installation
cffi == 1.11.5
img2pdf == 0.3.0
pdfminer == 20170720
img2pdf == 0.3.1
pdfminer == 20181108
pikepdf == 0.3.7
Pillow >= 5.0.0, != 5.1.0 ; sys_platform == "darwin"
pycparser == 2.18
pycparser == 2.19
python-xmp-toolkit == 2.0.1
reportlab == 3.4.0
ruffus == 2.7.0
reportlab == 3.5.9
ruffus == 2.8.0
+1 -1
View File
@@ -1,4 +1,4 @@
pytest >= 3.2
pytest >= 3.10
pytest-helpers-namespace
pytest-xdist
pytest-cov
+2 -2
View File
@@ -250,8 +250,8 @@ setup(
],
install_requires=[
'cffi >= 1.9.1', # must be a setup and install requirement
'img2pdf >= 0.2.4, < 0.4', # pure Python, so track HEAD closely
'pdfminer.six == 20170720',
'img2pdf >= 0.3.0, < 0.4', # pure Python, so track HEAD closely
'pdfminer.six == 20181108',
'pikepdf >= 0.3.7, < 0.4',
'Pillow >= 4.0.0, != 5.1.0 ; sys_platform == "darwin"',
# Pillow < 4 has BytesIO/TIFF bug w/img2pdf 0.2.3