Skip to content

Commit 9506230

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)