diff options
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index b5050ef63..e85cfe532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ lxml = "4.9.1" # Must be kept on this version unless doc command output is fixed # See https://github.com/python-discord/bot/pull/2156 markdownify = "0.6.1" - -more-itertools = "8.14.0" +more_itertools = "8.14.0" +pydantic = "1.10.2" python-dateutil = "2.8.2" python-frontmatter = "1.0.0" pyyaml = "6.0" |