annotate dev_requirements.txt @ 8752:8bba2d253187

mail: migrate to modern email.message instead of using old compat32 functionality Before, the HTML part could be detected as pure 7-bit and sent as: Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Now, it will use: Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable That should work fine too.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 04 Nov 2020 01:20:24 +0100
parents 68eee0e7f4f5
children 5f4a108eed54
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8557
42312c8d070d setup: bump version numbers to current max
Mads Kiilerich <mads@kiilerich.com>
parents: 8240
diff changeset
1 pytest >= 4.6.6, < 5.5
7900
4dad662fe6fd dev_requirements.txt: bump minimum pytest versions to a working set
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
parents: 7810
diff changeset
2 pytest-sugar >= 0.9.2, < 0.10
4dad662fe6fd dev_requirements.txt: bump minimum pytest versions to a working set
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
parents: 7810
diff changeset
3 pytest-benchmark >= 3.2.2, < 3.3
4dad662fe6fd dev_requirements.txt: bump minimum pytest versions to a working set
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
parents: 7810
diff changeset
4 pytest-localserver >= 0.5.0, < 0.6
8228
d122a9532630 setup: bump version numbers to current max
Mads Kiilerich <mads@kiilerich.com>
parents: 8137
diff changeset
5 mock >= 3.0.0, < 4.1
8557
42312c8d070d setup: bump version numbers to current max
Mads Kiilerich <mads@kiilerich.com>
parents: 8240
diff changeset
6 Sphinx >= 1.8.0, < 3.1
8137
268c47a1a93d setup: bump webtest minimum version to 2.0.6 to get py3 stdlib support
Mads Kiilerich <mads@kiilerich.com>
parents: 7929
diff changeset
7 WebTest >= 2.0.6, < 2.1
8599
68eee0e7f4f5 isort: upgrade to 5.1.2
Mads Kiilerich <mads@kiilerich.com>
parents: 8557
diff changeset
8 isort == 5.1.2
8557
42312c8d070d setup: bump version numbers to current max
Mads Kiilerich <mads@kiilerich.com>
parents: 8240
diff changeset
9 pyflakes == 2.2.0