aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2024-07-13 07:46:36 +0100
committerGravatar GitHub <[email protected]>2024-07-13 07:46:36 +0100
commit535c54b1b90f756c103e32590524df6d66e2647c (patch)
treeed670d7313bed75044d18d6e7ed572645bee3f19 /pyproject.toml
parentMerge pull request #236 from python-discord/set-user-agent-explicitly (diff)
parentadd programming quotes command (diff)
Merge pull request #235 from python-discord/quotes
Add a quotes command
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 36d9a31..9b9d7b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,6 +12,7 @@ python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis-core = "11.2.0"
+beautifulsoup4 = "4.12.3"
pydantic = "2.8.2"
pydantic-settings = "2.3.4"
loguru = "0.7.2"