mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-02-08 05:13:50 -05:00
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
# requirements.txt can be used to replicate the developer's build environment
|
|
# setup.py lists a separate set of requirements that are looser to simplify
|
|
# installation
|
|
ruffus == 2.6.3
|
|
Pillow == 3.4.2
|
|
reportlab == 3.3.0
|
|
PyPDF2 == 1.26
|
|
img2pdf == 0.2.1
|
|
cffi == 1.9.1
|