Skip to content

Commit

Permalink
Don't install typing backport on recent Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisTrezzini authored and alecthomas committed Jul 29, 2019
1 parent 18282a4 commit b4570a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
py_modules=['flask_injector'],
zip_safe=True,
platforms='any',
install_requires=['Flask', 'injector>=0.10.0', 'typing'],
install_requires=['Flask', 'injector>=0.10.0', 'typing; python_version < "3.5"'],
keywords=['Dependency Injection', 'Flask'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit b4570a3

Please sign in to comment.