jenkins is dead, long live buildkite

This commit is contained in:
Richard van der Hoff 2019-04-26 15:58:31 +01:00
parent c230c2fd2f
commit 6cdc8982fa
3 changed files with 17 additions and 5 deletions

View file

@ -4,8 +4,12 @@
docutils >= 0.14
pygments >= 2.2.0
Jinja2 >= 2.9.6
jsonschema >= 2.6.0
# jsonschema 3.0.0 objects to the $refs in our schema file. TODO: figure out
# why.
jsonschema >= 2.6.0, < 3.0.0
PyYAML >= 3.12
requests >= 2.18.4
towncrier == 18.6.0
six >= 1.11.0
six >= 1.11.0