We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaad705 commit 62b680cCopy full SHA for 62b680c
DynamoDbEncryption/runtimes/python/pyproject.toml
@@ -14,6 +14,7 @@ include = ["**/internaldafny/generated/*.py"]
14
python = "^3.11.0"
15
aws-cryptographic-material-providers = { path = "../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/python", develop = false}
16
# Optional dependencies
17
+# Should only include the legacy library if migrating from the legacy library
18
dynamodb_encryption_sdk = { version = "^3.3.0", optional = true }
19
20
[tool.poetry.extras]
0 commit comments