Skip to content

Commit

Permalink
extensions: Specify dependency on typing for py<35 (#4268)
Browse files Browse the repository at this point in the history
Fixes #4264
  • Loading branch information
nehaljwani authored and gvanrossum committed Nov 20, 2017
1 parent 608b6a6 commit d9581fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@
platforms=['POSIX'],
py_modules=['mypy_extensions'],
classifiers=classifiers,
install_requires=[
'typing >= 3.5.3; python_version < "3.5"',
],
)

0 comments on commit d9581fe

Please sign in to comment.