13 lines
356 B
Plaintext
13 lines
356 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.0
|
|
coloredlogs == 14.0 # technically optional
|
|
img2pdf == 0.3.6
|
|
pdfminer.six == 20200517
|
|
pikepdf == 1.15.1
|
|
pluggy == 0.13.1
|
|
Pillow == 7.1.2
|
|
reportlab == 3.5.42
|
|
tqdm == 4.46.1
|