Skip to content

Commit 2fbfd30

Browse files
committed
Remove typing dependency which is no longer needed
1 parent fc9bcf1 commit 2fbfd30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroid/__pkginfo__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"lazy_object_proxy",
2626
"six",
2727
"wrapt",
28-
'typing;python_version<"3.5"',
2928
'typed-ast<1.3.0;implementation_name== "cpython" and python_version<"3.7"',
3029
'typed-ast>=1.3.0;implementation_name== "cpython" and python_version>="3.7" and python_version<"3.8"',
3130
]

0 commit comments

Comments
 (0)