2017-10-25 08:54:21 +00:00
|
|
|
# no doubt older versions would be fine for many of these but these were
|
|
|
|
# current at the time of writing
|
|
|
|
|
|
|
|
docutils >= 0.14
|
|
|
|
pygments >= 2.2.0
|
|
|
|
Jinja2 >= 2.9.6
|
2019-04-26 14:58:31 +00:00
|
|
|
|
|
|
|
# jsonschema 3.0.0 objects to the $refs in our schema file. TODO: figure out
|
|
|
|
# why.
|
|
|
|
jsonschema >= 2.6.0, < 3.0.0
|
|
|
|
|
2017-10-25 08:54:21 +00:00
|
|
|
PyYAML >= 3.12
|
2018-06-07 13:30:50 +00:00
|
|
|
requests >= 2.18.4
|
2018-07-17 14:48:31 +00:00
|
|
|
towncrier == 18.6.0
|
2019-04-26 14:58:31 +00:00
|
|
|
six >= 1.11.0
|