Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 9506230

Browse files
authored
adding missing requirements in bb-testing (#1637)
1 parent c85bafa commit 9506230

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libraries/botbuilder-testing/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"botbuilder-schema==4.13.0",
99
"botbuilder-core==4.13.0",
1010
"botbuilder-dialogs==4.13.0",
11+
"botbuilder-azure==4.13.0",
12+
"pytest~=6.2.3",
1113
]
1214

1315
TESTS_REQUIRES = ["aiounittest==1.3.0"]

0 commit comments

Comments
 (0)