13 lines
355 B
Plaintext
13 lines
355 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.14.5
|
|
coloredlogs == 15.0 # technically optional
|
|
img2pdf == 0.4.0
|
|
pdfminer.six == 20201018
|
|
pikepdf == 2.9.0
|
|
pluggy == 0.13.1
|
|
Pillow == 8.1.2
|
|
reportlab == 3.5.65
|
|
tqdm == 4.59.0
|