diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6f79b27..297021c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT"  [tool.poetry.dependencies]  python = "^3.8" -"discord.py" = "^1.4.1" +"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", rev = "93f102ca907af6722ee03638766afd53dfe93a7f"}  deepmerge = "^0.1.0"  toml = "^0.10.1"  coloredlogs = "^14.0"  |