config_tools: drop version constraints on elementpath and xmlschema

After commit f8f1689a8 ("config_tools: do not apply distinct-values on a
union of node-set"), it has been confirmed that the reported build issue no
longer exists when using the latest elementpath (2.5.0) and
xmlschema (1.10.0). So this patch removes the version constraints in
requirements.txt.

Tracked-On: #7372
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
Junjie Mao 2022-05-09 16:32:16 +08:00 committed by acrnsi-robot
parent a12edaaab2
commit ae2a78eb0e

View File

@ -1,4 +1,4 @@
defusedxml
lxml
elementpath == 2.4.0
xmlschema == 1.9.2
elementpath
xmlschema