10000 Johtaylo/fix bld by johnataylor · Pull Request #84 · microsoft/botbuilder-python · GitHub
[go: up one dir, main page]

Skip to content

Johtaylo/fix bld #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading 10000
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/Azure/msrest-for-python@async2
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botframework-connector>=4.0.0.a4
botbuilder-schema>=4.0.0.a3
requests>=2.18.1
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-schema/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/Azure/msrest-for-python@async2
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2 changes: 1 addition & 1 deletion libraries/botbuilder-schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NAME = "botbuilder-schema"
VERSION = "4.0.0.a3"
REQUIRES = ["msrest>=0.2.0"]
REQUIRES = ["msrest==0.4.29"]

setup(
name=NAME,
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/Azure/msrest-for-python@async2
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botbuilder-schema>=4.0.0.a3
requests>=2.18.1
PyJWT==1.5.3
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/setup.py
CD63
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME = "botframework-connector"
VERSION = "4.0.0.a4"
REQUIRES = [
"msrest>=0.4.27",
"msrest==0.4.29",
"requests>=2.8.1",
"cryptography>=2.1.4",
"PyJWT>=1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion samples/Console-EchoBot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/Azure/msrest-for-python@async2
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botbuilder-core>=4.0.0.a4
2 changes: 1 addition & 1 deletion samples/EchoBot-with-State/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/Azure/msrest-for-python@async2
git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
botbuilder-core>=4.0.0.a4
aiohttp>=3.0.0
0