grpcio-tools==1.18.0
googleapis-common-protos==1.5.6
python-daemon==2.2.0
mysqlclient==1.4.1
SQLAlchemy==1.2.17

# for static code analysis and formatting
flake8==3.6.0
autopep8==1.4.3
yapf==0.25.0
autoflake==1.2
isort==4.3.4
mypy==0.670

# for unit test
pytest==4.3.1
