Skip to content

Commit

Permalink
chore(dependencies): use nonlocal gen3authz ^1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfrancismccann committed Feb 17, 2022
1 parent c1b53a4 commit 7291260
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.5.1.tar.gz /$appname/
# copy ONLY poetry artifact, install the dependencies but not fence
# this will make sure than the dependencies is cached
COPY poetry.lock pyproject.toml /$appname/
Expand Down
Binary file removed gen3authz-1.5.1.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 @@ -26,8 +26,7 @@ flask-cors = "^3.0.3"
flask-restful = "^0.3.6"
flask_sqlalchemy_session = "^1.1"
email_validator = "^1.1.1"
# TODO USE ^1.5.1 WHEN RELEASED. LOCAL COPY ONLY FOR DEVELOPMENT AND TESTING PURPOSES
gen3authz = {path = "./gen3authz-1.5.1.tar.gz"}
gen3authz = "^1.5.1"
gen3cirrus = "^2.0.0"
gen3config = "^0.1.7"
gen3users = "^0.6.0"
Expand Down

0 comments on commit 7291260

Please sign in to comment.