summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
Diffstat (limited to 'astroid')
-rw-r--r--astroid/__pkginfo__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index a16bc101..b1fedf12 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -25,7 +25,6 @@ install_requires = [
"lazy_object_proxy",
"six",
"wrapt",
- 'typing;python_version<"3.5"',
'typed-ast<1.3.0;implementation_name== "cpython" and python_version<"3.7"',
'typed-ast>=1.3.0;implementation_name== "cpython" and python_version>="3.7" and python_version<"3.8"',
]