Skip to content

Commit 25eb1f0

Browse files
committed
Add openstack to the extras
1 parent b09a066 commit 25eb1f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ oci = {version = "^2.105.0", optional = true }
1414
google-api-python-client = {version = "^2.92.0", optional = true }
1515
google-auth-oauthlib = {version = "^0.8", optional = true }
1616
boto3-stubs = {version = "^1.28", extras = ["ec2", "route53"], optional = true }
17+
openstacksdk = {version = "^1.4.0", optional = true }
1718

1819
[tool.poetry.extras]
1920
aws = ["boto3", "boto3-stubs"]
2021
azure = []
2122
google = ["google-api-python-client", "google-auth-oauthlib"]
2223
oracle = ["oci"]
24+
openstack = ["openstacksdk"]
2325

2426
[tool.poetry.dev-dependencies]
2527
pytest = "^7.0"

0 commit comments

Comments
 (0)