diff options
| author | 2021-05-19 17:21:55 -0500 | |
|---|---|---|
| committer | 2021-05-19 17:21:55 -0500 | |
| commit | 4a7ced4d36c061256fe19b0ee3e8baef3bfc24fe (patch) | |
| tree | c83c50f3342c1cb6141915c455ce1963e837bf5e /pyproject.toml | |
| parent | remove unnecessary check (diff) | |
| parent | Merge pull request #744 from python-discord/remove-superfluous-dependencies (diff) | |
Merge branch 'main' into http_status_command_randomness
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" |