Remove the old templating system (#3445)
* Inline resolve_references in dump-swagger Since this is the only bit of the old templating system we still use, let's inline it. OrederedLoader and OrderedDict are now redundant, because all dicts in Python preserve insertion order. * Remove the old templating system We've now replaced the old templates with hugo, so we can get rid of this mess.
This commit is contained in:
parent
265ebef584
commit
61ac438871
18 changed files with 21 additions and 2263 deletions
|
@ -1,10 +1,6 @@
|
|||
# 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
|
||||
|
||||
# jsonschema 3.0.0 objects to the $refs in our schema file. TODO: figure out
|
||||
# why.
|
||||
jsonschema >= 2.6.0, < 3.0.0
|
||||
|
@ -12,4 +8,3 @@ jsonschema >= 2.6.0, < 3.0.0
|
|||
PyYAML >= 3.12
|
||||
requests >= 2.18.4
|
||||
towncrier == 18.6.0
|
||||
six >= 1.11.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue