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

Commit 3ce3e1a

Browse files
authored
Add missing flask package (#300) (#301)
1 parent c98eb96 commit 3ce3e1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • libraries/botbuilder-applicationinsights

libraries/botbuilder-applicationinsights/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
packages=[
4747
"botbuilder.applicationinsights",
4848
"botbuilder.applicationinsights.django",
49+
"botbuilder.applicationinsights.flask",
4950
],
5051
install_requires=REQUIRES + TESTS_REQUIRES,
5152
tests_require=TESTS_REQUIRES,

0 commit comments

Comments
 (0)