requirements: Add uri-template.

This is later used for supporting RFC 6570 URI Template in place of the
URL format string that we were using for linkifiers.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
Zixuan James Li
2022-10-02 16:27:33 -04:00
committed by Tim Abbott
parent acb4d7efa6
commit 8b43a50a78
4 changed files with 10 additions and 1 deletions

View File

@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 175
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (233, 0)
PROVISION_VERSION = (233, 1)