File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed
botbuilder-adapters-slack
botbuilder-applicationinsights
botbuilder-integration-applicationinsights-aiohttp Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 55from setuptools import setup
66
77REQUIRES = [
8- "botbuilder-schema=4.14.0" ,
8+ "botbuilder-schema== 4.14.0" ,
99 "botframework-connector==4.15.0" ,
1010 "botbuilder-core==4.15.0" ,
1111 "pyslack" ,
Original file line number Diff line number Diff line change 11msrest == 0.6.*
2- botbuilder-schema =4.14.0
2+ botbuilder-schema == 4.14.0
33botbuilder-core == 4.15.0
44requests == 2.31.0
55aiounittest == 1.3.0
Original file line number Diff line number Diff line change 66
77REQUIRES = [
88 "azure-cognitiveservices-language-luis==0.2.0" ,
9- "botbuilder-schema=4.14.0" ,
9+ "botbuilder-schema== 4.14.0" ,
1010 "botbuilder-core==4.15.0" ,
1111 "aiohttp==3.8.5" ,
1212]
Original file line number Diff line number Diff line change 66
77REQUIRES = [
88 "applicationinsights==0.11.9" ,
9- "botbuilder-schema=4.14.0" ,
9+ "botbuilder-schema== 4.14.0" ,
1010 "botframework-connector==4.15.0" ,
1111 "botbuilder-core==4.15.0" ,
1212]
Original file line number Diff line number Diff line change 88 "azure-cosmos==3.2.0" ,
99 "azure-storage-blob==12.7.0" ,
1010 "azure-storage-queue==12.1.5" ,
11- "botbuilder-schema=4.14.0" ,
11+ "botbuilder-schema== 4.14.0" ,
1212 "botframework-connector==4.15.0" ,
1313 "jsonpickle>=1.2,<1.5" ,
1414]
Original file line number Diff line number Diff line change 11msrest == 0.6.*
22botframework-connector == 4.15.0
3- botbuilder-schema =4.14.0
3+ botbuilder-schema == 4.14.0
44botframework-streaming == 4.15.0
55requests == 2.31.0
66PyJWT == 2.4.0
Original file line number Diff line number Diff line change 66
77VERSION = os .environ ["packageVersion" ] if "packageVersion" in os .environ else "4.15.0"
88REQUIRES = [
9- "botbuilder-schema=4.14.0" ,
9+ "botbuilder-schema== 4.14.0" ,
1010 "botframework-connector-forked>=1.0.11" ,
1111 "botframework-streaming-forked>=1.0.11" ,
1212 "jsonpickle>=1.2,<1.5" ,
Original file line number Diff line number Diff line change 11msrest == 0.6.*
22botframework-connector == 4.15.0
3- botbuilder-schema =4.14.0
3+ botbuilder-schema == 4.14.0
44botbuilder-core == 4.15.0
55requests == 2.31.0
66PyJWT == 2.4.0
Original file line number Diff line number Diff line change 1313 "recognizers-text>=1.0.2a1" ,
1414 "recognizers-text-choice>=1.0.2a1" ,
1515 "babel==2.9.1" ,
16- "botbuilder-schema=4.14.0" ,
16+ "botbuilder-schema== 4.14.0" ,
1717 "botframework-connector==4.15.0" ,
1818 "botbuilder-core==4.15.0" ,
1919]
Original file line number Diff line number Diff line change 77REQUIRES = [
88 "applicationinsights>=0.11.9" ,
99 "aiohttp==3.8.5" ,
10- "botbuilder-schema=4.14.0" ,
10+ "botbuilder-schema== 4.14.0" ,
1111 "botframework-connector==4.15.0" ,
1212 "botbuilder-core==4.15.0" ,
1313 "botbuilder-applicationinsights==4.15.0" ,
You can’t perform that action at this time.
0 commit comments