From ea98a18e4c37939f1b70749b873b9dac1496072e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Nu=C3=B1o?= Date: Thu, 11 Jan 2018 03:26:34 -0700 Subject: [PATCH] Update requirement on typingplus to 2.2.1 for upgrade_typing. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b767e63..62e5d19 100644 --- a/setup.py +++ b/setup.py @@ -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',