diff options
| author | 2024-07-12 23:15:03 +0200 | |
|---|---|---|
| committer | 2024-07-13 07:37:30 +0100 | |
| commit | 742221af0b659b13ea94bf633af656958b6cd578 (patch) | |
| tree | 02fcc26547a1783b482e23cdc76b5998873420c4 /pyproject.toml | |
| parent | Merge pull request #236 from python-discord/set-user-agent-explicitly (diff) | |
add bs4 dependency
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" |