From 2ac67f12acd031c46d1874449c771e69800ab299 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 27 Jan 2016 10:14:23 -0800 Subject: [PATCH] Add python-typing dependency. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 089b7b3..48a5b79 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ setuptools_info = dict( install_requires=['requests>=0.12.1', 'simplejson', 'six', + 'typing', ], )