File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
libraries/botbuilder-dialogs Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1818from .waterfall_dialog import WaterfallDialog
1919from .waterfall_step_context import WaterfallStepContext
2020from .prompts import *
21+ from .choices import *
2122
2223__all__ = [
2324 "ComponentDialog" ,
Original file line number Diff line number Diff line change 55from setuptools import setup
66
77REQUIRES = [
8- "recognizers-text-date-time>=1.0.1a0" ,
9- "recognizers-text-number-with-unit>=1.0.1a0" ,
10- "recognizers-text-number>=1.0.1a0" ,
11- "recognizers-text>=1.0.1a0" ,
12- "recognizers-text-choice>=1.0.1a0" ,
13- "grapheme>=0.5.0" ,
14- "emoji>=0.5.2" ,
8+ "recognizers-text-date-time>=1.0.2a1" ,
9+ "recognizers-text-number-with-unit>=1.0.2a1" ,
10+ "recognizers-text-number>=1.0.2a1" ,
11+ "recognizers-text>=1.0.2a1" ,
12+ "recognizers-text-choice>=1.0.2a1" ,
1513 "babel>=2.7.0" ,
1614 "botbuilder-schema>=4.4.0b1" ,
1715 "botframework-connector>=4.4.0b1" ,
You can’t perform that action at this time.
0 commit comments