annotate dev_requirements.txt @ 7841:d9e37f7fd35b

docs: always use dev_requirements.txt together with main version constraints in setup.py pip isn't good at considering old constraints when installing or updating packages later. Instead, install everything at once. Note: pip and setuptools are usually installed automatically and could perhaps be removed from documentation. But for now, let's keep it.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 12 Aug 2019 12:54:01 +0200
parents 5698307382de
children 4dad662fe6fd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7735
50b376bcdcda setup: bump py.test version
Mads Kiilerich <mads@kiilerich.com>
parents: 7611
diff changeset
1 pytest >= 3.3.0, < 4.7
7741
3330ffb6326a setup: bump some dev_requirements.txt versions
Mads Kiilerich <mads@kiilerich.com>
parents: 7735
diff changeset
2 pytest-runner < 5.2
7372
55fc0bcce916 setup: bump all upper pip dependency versions to minor updates of what currently is available and testable on pypi
Mads Kiilerich <mads@kiilerich.com>
parents: 7347
diff changeset
3 pytest-sugar >= 0.7.0, < 0.10
7735
50b376bcdcda setup: bump py.test version
Mads Kiilerich <mads@kiilerich.com>
parents: 7611
diff changeset
4 pytest-benchmark < 3.3
7741
3330ffb6326a setup: bump some dev_requirements.txt versions
Mads Kiilerich <mads@kiilerich.com>
parents: 7735
diff changeset
5 pytest-localserver < 0.6
3330ffb6326a setup: bump some dev_requirements.txt versions
Mads Kiilerich <mads@kiilerich.com>
parents: 7735
diff changeset
6 mock < 3.1
3330ffb6326a setup: bump some dev_requirements.txt versions
Mads Kiilerich <mads@kiilerich.com>
parents: 7735
diff changeset
7 Sphinx < 1.9
7372
55fc0bcce916 setup: bump all upper pip dependency versions to minor updates of what currently is available and testable on pypi
Mads Kiilerich <mads@kiilerich.com>
parents: 7347
diff changeset
8 WebTest < 2.1
7810
5698307382de scripts: introduce import cleanup using isort
Mads Kiilerich <mads@kiilerich.com>
parents: 7741
diff changeset
9 isort == 4.3.21