11 lines
287 B
Plaintext
11 lines
287 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 == 5.0.0
|
|
reportlab == 3.4.0
|
|
PyPDF2 == 1.26.0
|
|
img2pdf == 0.2.4
|
|
cffi == 1.11.2
|
|
PyMuPDF == 1.12.4
|