mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
config_tools: list dependencies on Python libraries in requirements.txt
This patch adds a requirements.txt file that lists the libraries and their versions the ACRN configuration toolset needs. The versions of elementpath and xmlschema are fixed to the latest one supporting Python 3.6 due to the requirement of the customized overlay. Such requirements apply to both the board inspector and the XML manipulation part of the configurator. Tracked-On: #6690 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
a0678c82bb
commit
27d1dde01e
4
misc/config_tools/requirements.txt
Normal file
4
misc/config_tools/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
defusedxml
|
||||
lxml
|
||||
elementpath == 2.4.0
|
||||
xmlschema == 1.9.2
|
Loading…
Reference in New Issue
Block a user