Skip to content

Commit

Permalink
[Fix 1.0.4] Adding utils as a submodule (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazhzeng authored Feb 21, 2020
1 parent 443f412 commit 9b3b422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ def run(self):
'azure_functions_worker.protos',
'azure_functions_worker.protos.identity',
'azure_functions_worker.protos.shared',
'azure_functions_worker.bindings'],
'azure_functions_worker.bindings',
'azure_functions_worker.utils'],
install_requires=[
'grpcio==1.26.0',
'grpcio-tools==1.26.0',
Expand Down

0 comments on commit 9b3b422

Please sign in to comment.