diff options
| author | 2023-08-21 15:57:51 +0100 | |
|---|---|---|
| committer | 2023-08-21 15:57:51 +0100 | |
| commit | e9617745c11a96b283bd1c881bfa742d48bbf7c9 (patch) | |
| tree | 7aa8201c3afdb5b3aefb06c1d19815b9181bc62e /pyproject.toml | |
| parent | Pull manifest from infra repo (diff) | |
| parent | Remove isort config (diff) | |
Merge pull request #97 from python-discord/bump-pydantic
Use pydantic-settings for config
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index af2e3a0..3f472fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "10.1.0" -pydantic = {extras = ["dotenv"], version = "1.10.9"} +pydantic-settings = "2.0.3" loguru = "0.7.0" kubernetes_asyncio = "24.2.3" tabulate = {extras = ["widechars"], version = "0.9.0"} @@ -36,10 +36,6 @@ build-backend = "poetry.core.masonry.api" [tool.black] line-length = 100 -[tool.isort] -profile = "black" -line_length = 120 - [tool.ruff] target-version = "py311" extend-exclude = [".cache"] |