11 lines
294 B
Plaintext
11 lines
294 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
|
|
cffi == 1.13.2
|
|
img2pdf == 0.3.3
|
|
pdfminer.six == 20191110
|
|
pikepdf == 1.8.1
|
|
Pillow >= 6.2.0
|
|
reportlab == 3.5.32
|
|
tqdm == 4.37.0
|