Skip to content

Commit

Permalink
chore(dependencies): use nonlocal gen3authz ^1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfrancismccann committed Dec 1, 2021
1 parent b4d200e commit 11439fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2

WORKDIR /$appname

# TODO TAKE OUT: ONLY FOR DEVELOPMENT AND TESTING PURPOSES
COPY gen3authz-1.4.0.tar.gz /$appname/
# copy ONLY poetry artifact and install
# this will make sure than the dependencies is cached
COPY poetry.lock pyproject.toml /$appname/
Expand Down
Binary file removed gen3authz-1.4.0.tar.gz
Binary file not shown.
9 changes: 3 additions & 6 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ flask-cors = "^3.0.3"
flask-restful = "^0.3.6"
flask_sqlalchemy_session = "^1.1"
email_validator = "^1.1.1"
# TODO USE ^1.4.0 WHEN RELEASED. LOCAL COPY ONLY FOR DEVELOPMENT AND TESTING PURPOSES
gen3authz = {path = "./gen3authz-1.4.0.tar.gz"}
gen3authz = "^1.4.0"
gen3cirrus = "^2.0.0"
gen3config = "^0.1.7"
gen3users = "^0.6.0"
Expand Down

0 comments on commit 11439fd

Please sign in to comment.