We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443f412 commit 9b3b422Copy full SHA for 9b3b422
setup.py
@@ -271,7 +271,8 @@ def run(self):
271
'azure_functions_worker.protos',
272
'azure_functions_worker.protos.identity',
273
'azure_functions_worker.protos.shared',
274
- 'azure_functions_worker.bindings'],
+ 'azure_functions_worker.bindings',
275
+ 'azure_functions_worker.utils'],
276
install_requires=[
277
'grpcio==1.26.0',
278
'grpcio-tools==1.26.0',
0 commit comments