Explicitly require setuptools, since pdfa.py imports pkg_resources (#755)

Co-authored-by: jbarlow83 <jbarlow83@users.noreply.github.com>
This commit is contained in:
Tomáš Hrnčiar
2021-04-06 02:23:44 -07:00
committed by GitHub
co-authored by jbarlow83
parent a861c58da2
commit e0441c4aa1
+1
View File
@@ -73,6 +73,7 @@ setup(
'Pillow >= 8.1.2',
'pluggy >= 0.13.0, < 1.0',
'reportlab >= 3.5.66',
'setuptools',
'tqdm >= 4',
],
tests_require=tests_require,