Skip to content

Commit b3c1083

Browse files
committed
missing forked dep
1 parent b7b2cff commit b3c1083

File tree

1 file changed

+1
-1
lines changed
  • libraries/botframework-streaming

1 file changed

+1
-1
lines changed

libraries/botframework-streaming/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
88
REQUIRES = [
99
"botbuilder-schema==4.14.0",
10-
"botframework-connector>=4.15.0",
10+
"botframework-connector-forked>=1.0.15",
1111
]
1212

1313
root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)