diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2019-09-26 09:29:57 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-09-26 09:29:57 +0200 |
| commit | baf9684572cecdd4aaeddc14f6bc4ee25848ef7c (patch) | |
| tree | 29b76f38f6156af0b6948a196b45f28557715317 /astroid | |
| parent | 03148500996143b09cf0032323e1501c48544720 (diff) | |
| download | astroid-git-baf9684572cecdd4aaeddc14f6bc4ee25848ef7c.tar.gz | |
Remove typing dependency which is no longer needed
Diffstat (limited to 'astroid')
| -rw-r--r-- | astroid/__pkginfo__.py | 1 |
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"', ] |
