From 119d7294581b483f02d4e9a2324ec804e069ea4e Mon Sep 17 00:00:00 2001 From: bjoluc Date: Mon, 1 Jun 2020 15:49:49 +0200 Subject: [PATCH] build(dependencies): remove typing dependency The typing module is included in stdlib since Python 3.5. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 933d685422..27f2e4a00c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,6 @@ termcolor = "^1.1" packaging = ">=19,<21" tomlkit = "^0.5.3" jinja2 = "^2.10.3" -typing = "^3.7.4" [tool.poetry.dev-dependencies] ipython = "^7.2"