Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Oct 5, 2023
1 parent 8b34a8a commit 4378024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dynamic = ["version"]
description = "Python tools supporting UEFI EDK2 firmware development"
readme = {file = "readme.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = [
"edk2-pytool-library>=0.16.1",
"pyyaml>=6.0.0",
Expand All @@ -18,6 +19,7 @@ dependencies = [
"openpyxl>=3.1.2",
"XlsxWriter>=3.0.9",
"pywin32>=305; sys_platform=='win32'",
"setuptools>=68.2.2",
]

classifiers = [
Expand Down

0 comments on commit 4378024

Please sign in to comment.