Commit 751c8c55 authored by Boris Kocherov's avatar Boris Kocherov

use PyPDF2 instead pyPdf

parent 8d961729
......@@ -34,8 +34,8 @@ from cloudooo.util import logger, parseContentType
from subprocess import Popen, PIPE
from tempfile import mktemp
from pyPdf import PdfFileWriter, PdfFileReader
from pyPdf.generic import NameObject, createStringObject
from PyPDF2 import PdfFileWriter, PdfFileReader
from PyPDF2.generic import NameObject, createStringObject
class Handler(object):
"""PDF Handler is used to handler inputed pdf document."""
......
......@@ -13,7 +13,7 @@ install_requires = [
'zope.interface',
'PasteDeploy',
'PasteScript',
'pyPdf',
'PyPDF2>=1.26.0',
'WSGIUtils',
'psutil>=3.0.0',
'lxml',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment