aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2022-06-14 00:30:19 +0200
committerGravatar Numerlor <[email protected]>2022-06-15 00:02:08 +0200
commitfcf0e0fccce1848a3c934210b63190177c6ea0b2 (patch)
tree5c96483f1cdcbd5065de6baea1bdec97cc703b0a /pyproject.toml
parentport command_wraps/update_wrapper_globals from bot (diff)
add typing-extensions
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 4290417f..b6ab4a23 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,7 @@ statsd = "3.3.0"
async-rediscache = ["async-rediscache"]
[tool.poetry.dev-dependencies]
+typing-extensions = "4.2.0"
flake8 = "4.0.1"
flake8-annotations = "2.9.0"
flake8-bugbear = "22.4.25"