diff options
| author | 2024-07-13 07:46:36 +0100 | |
|---|---|---|
| committer | 2024-07-13 07:46:36 +0100 | |
| commit | 535c54b1b90f756c103e32590524df6d66e2647c (patch) | |
| tree | ed670d7313bed75044d18d6e7ed572645bee3f19 /pyproject.toml | |
| parent | Merge pull request #236 from python-discord/set-user-agent-explicitly (diff) | |
| parent | add 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.toml | 1 |
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" |