diff options
| author | 2024-02-02 16:17:40 +0000 | |
|---|---|---|
| committer | 2024-02-02 16:17:40 +0000 | |
| commit | 25b2e539fc99f2c60bbb74d3f4c5e212a741da53 (patch) | |
| tree | d387537f332dcdac2e3f0ff8b310615d04b3a308 /pyproject.toml | |
| parent | Enable all ruff rules (diff) | |
Mark bot token & CF token as secret strings
This avoids them being printed in logs
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 10429f2..697df7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "10.7.0" +pydantic = "2.6.0" pydantic-settings = "2.1.0" loguru = "0.7.2" kubernetes_asyncio = "29.0.0" |