Skip to content

Commit 9ce95de

Browse files
committed
Add missing typing-extensions dependency
Thanks @itsthejoker for reporting.
1 parent 0feec8d commit 9ce95de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ python = ">=3.6.1,<4"
1818
django = ">=2.2"
1919
daemonize = "~=2.5.0"
2020
prometheus-client = "~=0.7"
21+
typing-extensions = "^4"
2122
redis = {version = "~=3.*", optional = true}
2223
tqdm = {version = "^4.54.1", optional = true}
2324

0 commit comments

Comments
 (0)