mirror of
https://github.com/ansible/ansible.git
synced 2026-07-30 16:14:40 +02:00
6 lines
375 B
Plaintext
6 lines
375 B
Plaintext
bcrypt < 5 ; python_version >= '3.12' # controller only, bcrypt 5+ not compatible with passlib
|
|
passlib ; python_version >= '3.12' # controller only
|
|
pexpect ; python_version >= '3.12' # controller only
|
|
pywinrm ; python_version >= '3.12' # controller only
|
|
typing_extensions; python_version < '3.11' # some unit tests need Annotated and get_type_hints(include_extras=True)
|