Is there a specific reason for this? ``` install_requires=[ 'setuptools', paste_deploy, "PasteScript>=1.7.2", "Cheetah>1.0,<=2.2.1", ], ``` AFAIK pindowns in setup.py should be discouraged. But I know Cheetah etc. API upgrades can cause breakage.