File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
samples/Echo.Connector.Bot.Adapter Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11git+https://github.com/Azure/msrest-for-python@async2
2- botframework-connector >= 4.0.0.a1
2+ botframework-connector >= 4.0.0.a2
33botbuilder-schema >= 4.0.0.a1
44requests >= 2.18.1
55PyJWT == 1.5.3
Original file line number Diff line number Diff line change 77VERSION = "4.0.0.a1"
88REQUIRES = [
99 "botbuilder-schema>=4.0.0.a1" ,
10- "botframework-connector>=4.0.0.a1 " ]
10+ "botframework-connector>=4.0.0.a2 " ]
1111
1212setup (
1313 name = NAME ,
Original file line number Diff line number Diff line change 44from setuptools import setup
55
66NAME = "botframework-connector"
7- VERSION = "4.0.0.a1 "
7+ VERSION = "4.0.0.a2 "
88REQUIRES = [
99 "msrest>=0.4.27" ,
1010 "requests>=2.8.1" ,
Original file line number Diff line number Diff line change 11git+https://github.com/Azure/msrest-for-python@async2
22botbuilder-schema >= 4.0.0.a1
3- botframework-connector >= 4.0.0.a1
3+ botframework-connector >= 4.0.0.a2
44botbuilder-core >= 4.0.0.a1
55aiohttp >= 3.0.0
You can’t perform that action at this time.
0 commit comments