Skip to content

Commit

Permalink
superset ~> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jul 15, 2022
1 parent 1db8a89 commit 725a017
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 107 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REPO := amancevice/superset
PYTHON_VERSION := 3.8
SUPERSET_VERSION := 1.5.1
SUPERSET_VERSION := 2.0.0

build: requirements-dev.txt
docker build \
Expand All @@ -24,7 +24,7 @@ edge: requirements-dev.txt
push:
docker push --all-tags $(REPO)

.PHONY: build clean edge push
.PHONY: build clean demo edge push

requirements-dev.txt: requirements.txt
pipenv requirements --dev > $@
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ snowflake-sqlalchemy = "==1.2.1"
sqlalchemy-redshift = "==0.7.1"
sqlalchemy-trino = "==0.3.0"
thrift-sasl = "==0.3.0"
werkzeug = "==2.0.3"

[requires]
python_version = "3.8"
Loading

0 comments on commit 725a017

Please sign in to comment.