diff --git a/libraries/botbuilder-applicationinsights/setup.py b/libraries/botbuilder-applicationinsights/setup.py index 11887abab..b48bf73cf 100644 --- a/libraries/botbuilder-applicationinsights/setup.py +++ b/libraries/botbuilder-applicationinsights/setup.py @@ -46,6 +46,7 @@ packages=[ "botbuilder.applicationinsights", "botbuilder.applicationinsights.django", + "botbuilder.applicationinsights.flask", ], install_requires=REQUIRES + TESTS_REQUIRES, tests_require=TESTS_REQUIRES,