Skip to content

Commit

Permalink
Install typing package for python < 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
regiontog authored May 8, 2024
1 parent 1264af5 commit ad19eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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; python_version < '3.8'",
"typing; python_version < '3.5'",
"typing_extensions; python_version < '3.8'",
"importlib-resources; python_version < '3.7'",
"enum34; python_version < '3.4'",
Expand Down

0 comments on commit ad19eec

Please sign in to comment.