use PyPDF2

This commit is contained in:
j 2014-09-08 20:46:09 +02:00
parent de68f4c4c4
commit 8c6164e0c4
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import os
import shutil import shutil
from glob import glob from glob import glob
from pyPdf import PdfFileReader from PyPDF2 import PdfFileReader
import stdnum.isbn import stdnum.isbn
import settings import settings

View File

@ -4,4 +4,4 @@ chardet
html5lib html5lib
ox ox
python-stdnum==0.9 python-stdnum==0.9
pyPdf==1.13 PyPDF2==1.23