Skip to content

Commit

Permalink
πŸ“¦πŸš‘ Hyphenify the extra names
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 4, 2024
1 parent e29771d commit 741f31a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ credentials-conjur = [
"awx_plugins.interfaces",
"requests",
]
credentials-hashivault_kv = [
credentials-hashivault-kv = [
"awx_plugins.interfaces",
"requests",
]
credentials-hashivault_ssh = [
credentials-hashivault-ssh = [
"awx_plugins.interfaces",
"requests",
]
credentials-azure_kv = [
credentials-azure-kv = [
"awx_plugins.interfaces",
"azure-identity",
"azure-keyvault",
Expand All @@ -123,19 +123,19 @@ credentials-aim = [
"awx_plugins.interfaces",
"requests",
]
credentials-centrify_vault_kv = [
credentials-centrify-vault-kv = [
"awx_plugins.interfaces",
"requests",
]
credentials-thycotic_dsv = [
credentials-thycotic-dsv = [
"awx_plugins.interfaces",
"python-dsv-sdk >= 1.0.4",
]
credentials-thycotic_tss = [
credentials-thycotic-tss = [
"awx_plugins.interfaces",
"python-tss-sdk >= 1.2.1",
]
credentials-aws_secretsmanager_credential = [
credentials-aws-secretsmanager-credential = [
"awx_plugins.interfaces",
"boto3",
]
Expand Down Expand Up @@ -179,7 +179,7 @@ inventory-insights = [
"awx_plugins.interfaces",
"PyYAML",
]
inventory-openshift_virtualization = [
inventory-openshift-virtualization = [
"awx_plugins.interfaces",
"PyYAML",
]
Expand Down
16 changes: 8 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ description = Run pytest under {envpython}
deps = -rdependencies{/}direct{/}py.in
extras =
credentials-conjur
credentials-hashivault_kv
credentials-hashivault_ssh
credentials-azure_kv
credentials-hashivault-kv
credentials-hashivault-ssh
credentials-azure-kv
credentials-aim
credentials-centrify_vault_kv
credentials-thycotic_dsv
credentials-thycotic_tss
credentials-aws_secretsmanager_credential
credentials-centrify-vault-kv
credentials-thycotic-dsv
credentials-thycotic-tss
credentials-aws-secretsmanager-credential
inventory-azure-rm
inventory-ec2
inventory-gce
Expand All @@ -33,7 +33,7 @@ extras =
inventory-terraform
inventory-controller
inventory-insights
inventory-openshift_virtualization
inventory-openshift-virtualization
inventory-constructed
install_command =
{envpython} \
Expand Down

0 comments on commit 741f31a

Please sign in to comment.