10 lines
269 B
Plaintext
10 lines
269 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 == 4.1.1
|
|
reportlab == 3.4.0
|
|
PyPDF2 == 1.26.0
|
|
img2pdf == 0.2.3
|
|
cffi == 1.10.0
|