Need to use private fork of ruffus for Python 3.7. Backward compatible with Python 3.6 for ruffus 2.6.3 Disable locale checking for 3.7 since the various fixes in that release should make it unnecessary.
12 lines
389 B
Plaintext
12 lines
389 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.11.5
|
|
img2pdf == 0.2.4
|
|
pikepdf == 0.2.2
|
|
Pillow >= 5.0.0, != 5.1.0 ; sys_platform == "darwin"
|
|
pycparser == 2.18
|
|
python-xmp-toolkit == 2.0.1
|
|
reportlab == 3.4.0
|
|
https://github.com/jbarlow83/ruffus/archive/py37.zip
|