Skip to content

Commit

Permalink
Depend on typing backport only on Python <3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-roitman committed May 10, 2020
1 parent a4f851f commit a6b3764
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 @@ -27,7 +27,7 @@ def read(fname):
'packaging',
'pathlib2>=2.2.0;python_version<"3.6"', # identical to pytest's setup.py
'pytest>=3.0.0',
'typing',
'typing;python_version<"3.5"',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit a6b3764

Please sign in to comment.