diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index c17cccb..1405e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,12 +7,11 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -"discord.py" = "^1.7.3" -discord-components = "^1.1.2" pydantic = {extras = ["dotenv"], version = "^1.8.2"} loguru = "^0.5.3" kubernetes_asyncio = "^12.1.1" tabulate = {extras = ["widechars"], version = "^0.8.9"} +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/master.zip"} [tool.poetry.dev-dependencies] black = "^21.6b0" |