Skip to content

Commit 0e5f224

Browse files
committed
Add the missing format dependency documentation.
1 parent e61dcbc commit 0e5f224

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/validate.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,9 @@ Checker Notes
373373
``color`` requires webcolors_
374374
``date``
375375
``date-time`` requires rfc3339-validator_
376+
``duration`` requires isoduration_
376377
``email``
377-
``hostname``
378+
``hostname`` requires fqdn_
378379
``idn-hostname`` requires idna_
379380
``ipv4``
380381
``ipv6`` OS must have `socket.inet_pton` function
@@ -386,16 +387,20 @@ Checker Notes
386387
``time`` requires rfc3339-validator_
387388
``uri`` requires rfc3987_ or rfc3986-validator_
388389
``uri-reference`` requires rfc3987_ or rfc3986-validator_
390+
``uri-template`` requires uri-template_
389391
========================= ====================
390392

391393

394+
.. _fqdn: https://pypi.org/pypi/fqdn/
392395
.. _idna: https://pypi.org/pypi/idna/
396+
.. _isoduration: https://pypi.org/pypi/isoduration/
393397
.. _jsonpointer: https://pypi.org/pypi/jsonpointer/
398+
.. _rfc3339-validator: https://pypi.org/project/rfc3339-validator/
399+
.. _rfc3986-validator: https://pypi.org/project/rfc3986-validator/
394400
.. _rfc3987: https://pypi.org/pypi/rfc3987/
395401
.. _rfc5322: https://tools.ietf.org/html/rfc5322#section-3.4.1
402+
.. _uri-template: https://pypi.org/pypi/uri-template/
396403
.. _webcolors: https://pypi.org/pypi/webcolors/
397-
.. _rfc3339-validator: https://pypi.org/project/rfc3339-validator/
398-
.. _rfc3986-validator: https://pypi.org/project/rfc3986-validator/
399404

400405
.. note::
401406

0 commit comments

Comments
 (0)