diff --git a/setup.py b/setup.py index 19f4b93..88a396b 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def package_files(*directories): "lupa >= 2.0; python_version >= '3.0'", # Modern Lupa "lupa == 1.14.1; python_version < '3.0'", # Old Lupa, may break mod loading due to different Lua version "six >= 1.16.0", - "typing", + "typing; python_version < '3.5'", "typing_extensions; python_version < '3.8'", "importlib-resources; python_version < '3.7'", "enum34; python_version < '3.4'", @@ -82,4 +82,4 @@ def package_files(*directories): "Operating System :: OS Independent", "License :: OSI Approved :: MIT License" ] -) \ No newline at end of file +)