diff --git a/setup.py b/setup.py index 2b7cbd1..dcee208 100644 --- a/setup.py +++ b/setup.py @@ -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',