aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6152f24..9df2ecc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
-"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", rev = "93f102ca907af6722ee03638766afd53dfe93a7f"}
+"discord.py" = "^1.7"
deepmerge = "^0.1.0"
toml = "^0.10.1"
coloredlogs = "^14.0"