Files
offline_kubespray/collection/community/dns/tests/unit/requirements.txt
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

8 lines
202 B
Plaintext

unittest2 ; python_version < '2.7'
importlib ; python_version < '2.7'
dnspython
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
lxml ; python_version >= '2.7'