-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I added typehints using the mypy-protobuf package. This requries that `mypy-protobuf` python package is installed. I created a `requirements-dev.txt`-file and added it to the docker-container. The bindings can now be regenerated as follows. Do `make docker-shell`. Inside the newly opened shell you can enter ``` make libs/gl-client-py/Makefile pygrpc ``` and ``` make libs/gl-testing/Makefile testgrpc ```
- Loading branch information
1 parent
4cb6257
commit 169ec84
Showing
5 changed files
with
301 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.