Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add six to python backend requirements.txt
We use "six" package for Python 2/3 compatibility. Python dependencies like looker sdk are already automatically installed by `yarn run python` so we should also install six at the same time to make the python backend easy to setup. My first time running it failed because six was not installed.
- Loading branch information