diff options
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"  |