Merge branch 'mandiant:master' into main

This commit is contained in:
manasghandat
2023-03-21 18:47:16 +05:30
committed by GitHub
21 changed files with 32 additions and 24 deletions

View File

@@ -27,7 +27,7 @@ requirements = [
"pyelftools==0.29",
"dnfile==0.13.0",
"dncil==1.0.2",
"pydantic==1.10.5",
"pydantic==1.10.6",
]
# this sets __version__
@@ -89,7 +89,7 @@ setuptools.setup(
"types_requests==2.28.1",
],
"build": [
"pyinstaller==5.8.0",
"pyinstaller==5.9.0",
],
},
zip_safe=False,