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 9df2ecc..a0aef1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Joe Banks <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "^3.8" +python = "~3.8 || ~3.9" "discord.py" = "^1.7" deepmerge = "^0.1.0" toml = "^0.10.1" |