diff options
| author | 2022-03-13 10:39:47 +0000 | |
|---|---|---|
| committer | 2022-03-13 10:39:47 +0000 | |
| commit | d470a18804d6d9a4cffb47960f250b301aff143f (patch) | |
| tree | 130cea16c94e0fc789a868d1198d17e2351057ca /pyproject.toml | |
| parent | Fix string quotes (diff) | |
| parent | Add regex tag (#2109) (diff) | |
Merge branch 'python-discord:main' into patreon
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 563bf4a27..06795fd0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,9 @@ license = "MIT" [tool.poetry.dependencies] python = "3.9.*" -"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"} +disnake = "~=2.4" +# See https://bot-core.pythondiscord.com/ for docs. +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v3.0.0.zip"} aio-pika = "~=6.1" aiodns = "~=2.0" aiohttp = "~=3.7" @@ -21,7 +23,7 @@ deepdiff = "~=4.0" emoji = "~=0.6" feedparser = "~=6.0.2" rapidfuzz = "~=1.4" -lxml = "~=4.4" +lxml = "~=4.6" markdownify = "==0.6.1" more_itertools = "~=8.2" python-dateutil = "~=2.8" @@ -30,10 +32,10 @@ pyyaml = "~=5.1" regex = "==2021.4.4" sentry-sdk = "~=1.3" statsd = "~=3.3" +tldextract = "^3.1.2" [tool.poetry.dev-dependencies] coverage = "~=5.0" -coveralls = "~=2.1" flake8 = "~=3.8" flake8-annotations = "~=2.0" flake8-bugbear = "~=20.1" |