mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 22:04:48 +03:00
Updated Python requirements
This commit is contained in:
2118
poetry.lock
generated
2118
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,114 +1,126 @@
|
||||
ansible-core==2.11.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
ansible-lint==4.2.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
ansible==4.2.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
arrow==1.2.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
astroid==2.8.6; python_version >= "3.6" and python_version < "4.0"
|
||||
autopep8==1.6.0
|
||||
backports.entry-points-selectable==1.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "2.7"
|
||||
bandit==1.7.1; python_version >= "3.5"
|
||||
bcrypt==3.2.0; python_version >= "3.6"
|
||||
binaryornot==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
black==21.11b1; python_full_version >= "3.6.2"
|
||||
cachecontrol==0.12.10; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
cachy==0.3.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
cerberus==1.3.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
||||
cffi==1.15.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
cfgv==3.3.1; python_full_version >= "3.6.1"
|
||||
chardet==4.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
charset-normalizer==2.0.7; python_full_version >= "3.6.0" and python_version >= "3"
|
||||
cleo==0.8.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
click-completion==0.5.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
click-help-colors==0.9.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
click==8.0.3; python_version >= "3.6" and python_full_version >= "3.6.2" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
|
||||
clikit==0.6.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
colorama==0.4.4; platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.6.2" and python_version < "4.0" and sys_platform == "win32" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
|
||||
cookiecutter==1.7.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
crashtest==0.3.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
|
||||
cryptography==36.0.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and sys_platform == "linux" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and sys_platform == "linux"
|
||||
distlib==0.3.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
distro==1.6.0; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "linux" or python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "linux2" or sys_platform == "linux" and python_version >= "3.6" and python_full_version >= "3.4.0" or sys_platform == "linux2" and python_version >= "3.6" and python_full_version >= "3.4.0"
|
||||
fasteners==0.16.3; python_version >= "3.6"
|
||||
filelock==3.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
flake8==4.0.1; python_version >= "3.6"
|
||||
ghp-import==2.0.2; python_version >= "3.6"
|
||||
gitdb==4.0.9; python_version >= "3.7"
|
||||
gitpython==3.1.30; python_version >= "3.7"
|
||||
html5lib==1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
identify==2.4.0; python_full_version >= "3.6.1"
|
||||
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
|
||||
importlib-metadata==4.8.2; python_version >= "3.6"
|
||||
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6"
|
||||
jeepney==0.7.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and sys_platform == "linux"
|
||||
jinja2-time==0.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
jinja2==3.0.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
keyring==21.8.0; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
|
||||
lazy-object-proxy==1.6.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
|
||||
lockfile==0.12.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
markdown==3.3.6; python_version >= "3.6"
|
||||
markupsafe==2.0.1; python_version >= "3.6"
|
||||
mccabe==0.6.1; python_version >= "3.6" and python_version < "4.0"
|
||||
mergedeep==1.3.4; python_version >= "3.6"
|
||||
mkdocs==1.2.3; python_version >= "3.6"
|
||||
molecule-vagrant==0.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
molecule==3.0.3; python_version >= "3.6"
|
||||
msgpack==1.0.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.5"
|
||||
mypy==0.910; python_version >= "3.5"
|
||||
nodeenv==1.6.0; python_full_version >= "3.6.1"
|
||||
packaging==20.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
paramiko==2.8.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pastel==0.2.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
pathspec==0.9.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
||||
pbr==5.8.0; python_version >= "3.6"
|
||||
pep517==0.12.0; python_version >= "3.6"
|
||||
pexpect==4.8.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pip-tools==6.4.0; python_version >= "3.6"
|
||||
pkginfo==1.8.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
platformdirs==2.4.0; python_version >= "3.6" and python_full_version >= "3.6.2" and python_version < "4.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
|
||||
pluggy==0.13.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
poetry-core==1.0.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
poetry==1.1.11; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
poyo==0.5.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pre-commit==2.15.0; python_full_version >= "3.6.1"
|
||||
ptyprocess==0.7.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
pycodestyle==2.8.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pyflakes==2.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
pylev==1.4.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
pylint==2.11.1; python_version >= "3.6" and python_version < "4.0"
|
||||
pynacl==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
pyparsing==3.0.6; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
python-gilt==1.2.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
python-slugify==5.0.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
python-vagrant==0.5.15; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
pywin32-ctypes==0.2.0; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and sys_platform == "win32"
|
||||
pyyaml-env-tag==0.1; python_version >= "3.6"
|
||||
pyyaml==5.4.1; python_full_version >= "3.6.1" and python_version >= "3.6" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
|
||||
regex==2021.11.10; python_full_version >= "3.6.2"
|
||||
requests-toolbelt==0.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
requests==2.26.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
||||
resolvelib==0.5.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
ruamel.yaml==0.17.17; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
secretstorage==3.3.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and sys_platform == "linux"
|
||||
selinux==0.2.1; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "linux" or python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "linux2" or sys_platform == "linux" and python_version >= "3.6" and python_full_version >= "3.5.0" or sys_platform == "linux2" and python_version >= "3.6" and python_full_version >= "3.5.0"
|
||||
sh==1.14.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
shellingham==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.5.0"
|
||||
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
smmap==5.0.0; python_version >= "3.7"
|
||||
stevedore==3.5.0; python_version >= "3.6"
|
||||
tabulate==0.8.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
text-unidecode==1.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
toml==0.10.2; python_full_version >= "3.6.1" and python_version >= "3.6" and python_version < "4.0"
|
||||
tomli==1.2.2; python_version >= "3.6" and python_full_version >= "3.6.2"
|
||||
tomlkit==0.7.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
tree-format==0.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
typing-extensions==4.0.0
|
||||
urllib3==1.26.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
|
||||
virtualenv==20.10.0; python_full_version >= "3.6.1"
|
||||
watchdog==2.1.6; python_version >= "3.6"
|
||||
webencodings==0.5.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
wrapt==1.13.3; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.5.0"
|
||||
yamllint==1.23.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
zipp==3.6.0; python_version >= "3.6"
|
||||
ansible-core==2.11.12 ; python_version >= "3.10" and python_version < "4.0"
|
||||
ansible-lint==4.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
ansible==4.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
arrow==1.2.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
astroid==2.15.5 ; python_version >= "3.10" and python_version < "4.0"
|
||||
attrs==23.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
autopep8==1.6.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
bandit==1.7.5 ; python_version >= "3.10" and python_version < "4.0"
|
||||
bcrypt==4.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
binaryornot==0.4.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
black==21.12b0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
build==0.10.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cachecontrol[filecache]==0.12.14 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cachy==0.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cerberus==1.3.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
certifi==2023.5.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cffi==1.15.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cfgv==3.3.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
chardet==5.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cleo==1.0.0a5 ; python_version >= "3.10" and python_version < "4.0"
|
||||
click-completion==0.5.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
click-help-colors==0.9.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
click==8.1.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cookiecutter==2.1.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
crashtest==0.3.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cryptography==41.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
dill==0.3.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
distlib==0.3.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
distro==1.8.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
dulwich==0.20.50 ; python_version >= "3.10" and python_version < "4.0"
|
||||
fasteners==0.18 ; python_version >= "3.10" and python_version < "4.0"
|
||||
filelock==3.12.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
flake8==4.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
ghp-import==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
gitdb==4.0.10 ; python_version >= "3.10" and python_version < "4.0"
|
||||
gitpython==3.1.31 ; python_version >= "3.10" and python_version < "4.0"
|
||||
html5lib==1.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
identify==2.5.24 ; python_version >= "3.10" and python_version < "4.0"
|
||||
idna==3.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
importlib-metadata==6.6.0 ; python_version >= "3.10" and python_version < "3.12"
|
||||
isort==5.12.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
jaraco-classes==3.2.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
jeepney==0.8.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"
|
||||
jinja2-time==0.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
jinja2==3.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
jsonschema==4.17.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
keyring==23.13.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
lazy-object-proxy==1.9.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
lockfile==0.12.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
markdown==3.3.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||
markupsafe==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
mccabe==0.6.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
mergedeep==1.3.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
mkdocs==1.4.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
molecule-vagrant==0.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
molecule==3.0.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
more-itertools==9.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
msgpack==1.0.5 ; python_version >= "3.10" and python_version < "4.0"
|
||||
mypy-extensions==0.4.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
mypy==0.910 ; python_version >= "3.10" and python_version < "4.0"
|
||||
nodeenv==1.8.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
packaging==23.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
paramiko==2.12.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pathspec==0.11.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pbr==5.11.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pexpect==4.8.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pip-tools==6.13.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pip==23.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pkginfo==1.9.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
platformdirs==2.6.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pluggy==0.13.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
poetry-core==1.3.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
poetry-plugin-export==1.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
poetry==1.2.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pre-commit==2.21.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pycodestyle==2.8.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pycparser==2.21 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pyflakes==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pygments==2.15.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pylev==1.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pylint==2.17.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pynacl==1.5.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pyproject-hooks==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pyrsistent==0.19.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
python-dateutil==2.8.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
python-gilt==1.2.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
python-slugify==8.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
python-vagrant==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pywin32-ctypes==0.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
|
||||
pyyaml-env-tag==0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pyyaml==5.4.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
requests-toolbelt==0.9.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
resolvelib==0.5.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
rich==13.4.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.12" and python_version >= "3.10"
|
||||
ruamel-yaml==0.17.31 ; python_version >= "3.10" and python_version < "4.0"
|
||||
secretstorage==3.3.3 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"
|
||||
selinux==0.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
setuptools==67.8.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
sh==2.0.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
shellingham==1.5.0.post1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
smmap==5.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
stevedore==5.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
text-unidecode==1.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
tomli==1.2.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
tomlkit==0.11.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||
tree-format==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
typing-extensions==4.6.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
urllib3==1.26.16 ; python_version >= "3.10" and python_version < "4.0"
|
||||
virtualenv==20.21.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
watchdog==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
webencodings==0.5.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
wheel==0.40.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
wrapt==1.15.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
xattr==0.9.9 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "darwin"
|
||||
yamllint==1.23.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
zipp==3.15.0 ; python_version >= "3.10" and python_version < "3.12"
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
ansible-core==2.11.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
ansible==4.2.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
cffi==1.15.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
cryptography==36.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
jinja2==3.0.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
markupsafe==2.0.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
packaging==20.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pyparsing==3.0.6; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pyyaml==5.4.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
||||
resolvelib==0.5.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
ansible-core==2.11.12 ; python_version >= "3.10" and python_version < "4.0"
|
||||
ansible==4.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cffi==1.15.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
cryptography==41.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
jinja2==3.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
markupsafe==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
packaging==23.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pycparser==2.21 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pyyaml==5.4.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
resolvelib==0.5.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
|
||||
Reference in New Issue
Block a user