BIOSUtilities v24.10.07

Downgraded pefile dependency from 2024.8.26 to 2023.2.7
This commit is contained in:
Plato Mavropoulos 2024-10-07 15:09:40 +03:00
parent eda154b0f2
commit bbf0008384
4 changed files with 7 additions and 3 deletions

View file

@ -35,7 +35,7 @@ classifiers = [
[project.optional-dependencies]
lznt1 = ["dissect.util == 3.18"]
pefile = ["pefile == 2024.8.26"]
pefile = ["pefile == 2023.2.7"]
[project.urls]
Homepage = "https://github.com/platomav/BIOSUtilities"