Skip to content

Commit 9ec8e94

Browse files
authored
Unify pip-requirements from tools and base repo (microsoft#140)
1 parent e59678c commit 9ec8e94

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

ReadMe.rst

-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ SetupDataPkg/Tools/VariableList.py Utility to generate EFI dmpstore fora
7878
SetupDataPkg/Tools/WrapAndSetSvd.py Utility to generate Dfci formatted output from input SVD file.
7979
========================================== ===========================================================================================
8080

81-
Note: There is a separate pip-requirements.txt which is necessary to run to fufill the tools requirements.
82-
This is due to the tools having windows specific python dependencies.
83-
84-
8581
Code of Conduct
8682
===============
8783

SetupDataPkg/Tools/pip-requirements.txt

-21
This file was deleted.

pip-requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ edk2-pytool-extensions==0.22.2
1717
edk2-basetools==0.1.29
1818
antlr4-python3-runtime==4.12.0
1919
xmlschema==2.2.2
20-
regex==2022.10.31
20+
regex==2022.10.31
21+
pywin32==305; sys_platform == 'win32'

0 commit comments

Comments
 (0)