Skip to content

Commit

Permalink
Add six to python backend requirements.txt
Browse files Browse the repository at this point in the history
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
jeremytchang committed Aug 18, 2022
1 parent 2216937 commit 4029c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
looker-sdk
six

0 comments on commit 4029c96

Please sign in to comment.