Skip to content

Commit

Permalink
fix: updated minimum looker-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMinton committed Mar 24, 2022
1 parent 7b12548 commit d8c733c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
ipython = "*"
ipython = ">=7.31.1"
pytest = "*"
pytest-mock = "*"
flake8 = "*"
pytest-cov = "*"
twine = "*"

[packages]
looker-sdk = ">=21.0.0"
looker-sdk = ">=21.18.0"
oyaml = "*"
python-json-logger = "*"
e1839a8 = {editable = true,path = "."}
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

NAME = "looker_deployer"
VERSION = pkg.__version__
REQUIRES = ["looker-sdk", "oyaml", "python-json-logger"]
REQUIRES = ["looker-sdk>=21.18.0", "oyaml", "python-json-logger"]

setup(
author="Looker Open Source",
Expand Down

0 comments on commit d8c733c

Please sign in to comment.