diff options
| author | 2023-05-29 17:25:35 +0100 | |
|---|---|---|
| committer | 2023-05-29 17:25:35 +0100 | |
| commit | d6ac50c63329b627900484c40886dc8db9be5874 (patch) | |
| tree | b4e83a3c2f81872e59a8a5b6ed2786175159f071 /pyproject.toml | |
| parent | Merge pull request #175 from python-discord/log-when-waiting-for-guild-to-be-... (diff) | |
add pydantic as a dependency
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5c4ebaf0..76952fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ python = "3.10.* || 3.11.*" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } statsd = "4.0.1" aiodns = "3.0.0" +pydantic = { version = "1.10.8", extras = ["dotenv"]} [tool.poetry.extras] async-rediscache = ["async-rediscache"] |