aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-02 16:17:40 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-02 16:17:40 +0000
commit25b2e539fc99f2c60bbb74d3f4c5e212a741da53 (patch)
treed387537f332dcdac2e3f0ff8b310615d04b3a308 /pyproject.toml
parentEnable 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.toml1
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"