aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-10-17 13:16:24 +0100
committerGravatar GitHub <[email protected]>2021-10-17 13:16:24 +0100
commit0631030126792f8e990ff15994927c973e17f8d4 (patch)
tree5b470a59f56b9cdd121c329cc09f1d37dd598676 /pyproject.toml
parentAddress review & make `AI.get_move` a staticmethod (diff)
parentMerge pull request #914 from python-discord/issue-command-fixes (diff)
Merge branch 'main' into fix-issue-898
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7848f593..08287b23 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,12 +12,14 @@ aiodns = "~=2.0"
aioredis = "~1.3"
rapidfuzz = "~=1.4"
arrow = "~=1.1.0"
+beautifulsoup4 = "~=4.9"
pillow = "~=8.1"
sentry-sdk = "~=0.19"
PyYAML = "~=5.4"
async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"}
emojis = "~=0.6.0"
matplotlib = "~=3.4.1"
+lxml = "~=4.4"
[tool.poetry.dev-dependencies]
flake8 = "~=3.8"