-update requirements.txt and dev_requirements.txt to more recent version -setup.py updated to Ubuntu 14.04 rather than 12.04 backports -request at least Pillow 3.1.1 now (since this makes jpeg/png mandatory)
9 lines
265 B
Plaintext
9 lines
265 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 == 3.4.2
|
|
reportlab == 3.3.0
|
|
PyPDF2 == 1.26
|
|
img2pdf == 0.2.1
|
|
cffi == 1.9.1 |