@@ -373,8 +373,9 @@ Checker Notes
373
373
``color `` requires webcolors _
374
374
``date ``
375
375
``date-time `` requires rfc3339-validator _
376
+ ``duration `` requires isoduration _
376
377
``email ``
377
- ``hostname ``
378
+ ``hostname `` requires fqdn _
378
379
``idn-hostname `` requires idna _
379
380
``ipv4 ``
380
381
``ipv6 `` OS must have `socket.inet_pton ` function
@@ -386,16 +387,20 @@ Checker Notes
386
387
``time `` requires rfc3339-validator _
387
388
``uri `` requires rfc3987 _ or rfc3986-validator _
388
389
``uri-reference `` requires rfc3987 _ or rfc3986-validator _
390
+ ``uri-template `` requires uri-template _
389
391
========================= ====================
390
392
391
393
394
+ .. _fqdn : https://pypi.org/pypi/fqdn/
392
395
.. _idna : https://pypi.org/pypi/idna/
396
+ .. _isoduration : https://pypi.org/pypi/isoduration/
393
397
.. _jsonpointer : https://pypi.org/pypi/jsonpointer/
398
+ .. _rfc3339-validator : https://pypi.org/project/rfc3339-validator/
399
+ .. _rfc3986-validator : https://pypi.org/project/rfc3986-validator/
394
400
.. _rfc3987 : https://pypi.org/pypi/rfc3987/
395
401
.. _rfc5322 : https://tools.ietf.org/html/rfc5322#section-3.4.1
402
+ .. _uri-template : https://pypi.org/pypi/uri-template/
396
403
.. _webcolors : https://pypi.org/pypi/webcolors/
397
- .. _rfc3339-validator : https://pypi.org/project/rfc3339-validator/
398
- .. _rfc3986-validator : https://pypi.org/project/rfc3986-validator/
399
404
400
405
.. note ::
401
406
0 commit comments