Skip to content

Commit

Permalink
Update requirement on typingplus to 2.2.1 for upgrade_typing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dangle committed Jan 11, 2018
1 parent cbd7fb4 commit ea98a18
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 @@ -22,7 +22,7 @@
packages=find_packages(exclude=['tests', 'docs']),
install_requires=[
'pathlib2',
'typingplus >= 2.2.0, < 3'
'typingplus >= 2.2.1, < 3'
],
setup_requires=[
'pytest-runner',
Expand Down

0 comments on commit ea98a18

Please sign in to comment.