From 55ae199fd41da55dbd3ac6ab4a883114edde20e7 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 5 Apr 2021 16:19:55 +0700 Subject: [PATCH] Update install.md (#2626) There must be a typo here - two external dependencies, not three. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 9cbd9e2..bc1940b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -29,7 +29,7 @@ import pydantic print('compiled:', pydantic.compiled) ``` -*pydantic* has three optional dependencies: +*pydantic* has two optional dependencies: * If you require email validation you can add [email-validator](https://github.com/JoshData/python-email-validator) * [dotenv file support](usage/settings.md#dotenv-env-support) with `Settings` requires