Remove requirement for separate typing package; typing is in the Python

stdlib from 3.5, and we require >= 3.6. From 3.7, installing the typing
package causes import failures.
This commit is contained in:
Joel Uckelman
2022-02-28 14:55:18 +00:00
parent 350eff27b7
commit f0f22041ca

View File

@@ -25,7 +25,6 @@ requirements = [
"vivisect==1.0.5", "vivisect==1.0.5",
"smda==1.7.0", "smda==1.7.0",
"pefile==2021.9.3", "pefile==2021.9.3",
"typing==3.7.4.3",
"pyelftools==0.28", "pyelftools==0.28",
] ]