From b07cfdcda9d3d992d5d0565f85a4d7d39eb14b61 Mon Sep 17 00:00:00 2001 From: gatkin Date: Sun, 23 Sep 2018 21:03:50 -0500 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d24308f..3148168 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ description='Declarative XML processing library', long_description=long_description, long_description_content_type='text/markdown', - version='1.1.2-rc1', + version='1.1.2rc3', url='http://declxml.readthedocs.io/', project_urls={ 'Documentation': 'http://declxml.readthedocs.io/', @@ -26,6 +26,7 @@ author_email='greg.scott.atkin@gmail.com', license='MIT', py_modules=['declxml'], + install_requires=['typing'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',