aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ab2fe99..489bed2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,6 +8,7 @@ license = "GPL-3.0-only"
8[tool.poetry.dependencies] 8[tool.poetry.dependencies]
9python = "^3.10" 9python = "^3.10"
10aiogram = "^2.20" 10aiogram = "^2.20"
11"mc.py" = "3.1.1"
11 12
12[tool.poetry.dev-dependencies] 13[tool.poetry.dev-dependencies]
13black = "^22.3.0" 14black = "^22.3.0"