remove pdfquery from requirements

This commit is contained in:
Bryan Bishop 2013-02-06 00:03:33 -06:00
parent 2711fc174b
commit 4f0208963d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ setup(
description="pdf watermark remover library for academic papers",
long_description=long_description,
packages=packages,
install_requires=["pdfminer>=0", "pdfquery>=0"],
install_requires=["pdfminer>=0"],
platforms="any",
zip_safe=False,
classifiers=[