view dev_requirements.txt @ 7347:9ec1d2ac4529

setup: normalize casing of dependencies and formatting of constraints The package name casing might seem random, but it is more correct than our own random casing. These changes mainly come from: pip freeze | sed -n '/==/s/==.*//gp' | while read a; do sed -i "s/$a/$a/i" setup.py dev_requirements.txt ; done sed -i -e 's/>=/ >= /' -e 's/ >=/ >=/' -e 's/>= />= /g' -e 's/,</, </' -e 's/</< /' -e 's/< /< /g' -e 's/< =/<= /g' setup.py dev_requirements.txt
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 06 Aug 2018 00:37:13 +0200
parents 5ab31ff3011f
children 55fc0bcce916
line wrap: on
line source

Babel >= 0.9.6, < 2.4
waitress >= 0.8.8, < 1.0
pytest >= 3.3.0, < 4
pytest-runner
pytest-sugar >= 0.7.0
pytest-benchmark
pytest-localserver
mock
Sphinx
WebTest < 3