Skip to content

Commit 37e6224

Browse files
author
Bob Strahan
committed
fix: add missing docs_service dependency group in idp_common_pkg setup.py
1 parent cc05c60 commit 37e6224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/idp_common_pkg/setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
"appsync": [
5252
"requests==2.32.4",
5353
],
54+
# Document service factory dependencies (includes both appsync and dynamodb support)
55+
"docs_service": [
56+
"requests==2.32.4",
57+
],
5458
# Testing dependencies
5559
"test": [
5660
"pytest>=7.4.0",

0 commit comments

Comments
 (0)