diff options
| author | 2021-05-19 08:47:56 +0100 | |
|---|---|---|
| committer | 2021-05-19 08:47:56 +0100 | |
| commit | e48ec0d7cea0128257faed16c84819fdb6158191 (patch) | |
| tree | 6a9a08efd71277524bad52b0c2d70a585bcde8aa /pyproject.toml | |
| parent | Merge pull request #740 from python-discord/fix/wrong-source-message (diff) | |
| parent | Merge branch 'main' into remove-superfluous-dependencies (diff) | |
Merge pull request #744 from python-discord/remove-superfluous-dependencies
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2528511e..de7fb2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,9 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" aiodns = "~=2.0" -arrow = "~=0.14" -beautifulsoup4 = "~=4.8" +arrow = "~=1.1.0" fuzzywuzzy = "~=0.17" pillow = "~=8.1" -pytz = "~=2019.2" sentry-sdk = "~=0.19" PyYAML = "~=5.4" "discord.py" = "~=1.7.2" |