Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 19, 2021
1 parent 014edae commit 223a579
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
Binary file added pkg/gen3authz-1.0.3.tar.gz
Binary file not shown.
24 changes: 11 additions & 13 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ include = [
[tool.poetry.dependencies]
python = "^3.6"
authlib = "^0.11"
authutils = "^4.0.0"
authutils = {git = "https://github.com/uc-cdis/authutils.git", branch = "chore/update_deps"}
bcrypt = "^3.1.4"
boto3 = "~1.9.91"
botocore = "~1.12.91"
cached_property = "^1.5.1"
cdiserrors = "<2.0.0"
cdislogging = "^1.0.0"
cdispyutils = { git = "https://github.com/uc-cdis/cdis-python-utils.git", branch = "chore/cdiserrors-dep"}
cdispyutils = "^1.0.5"
cryptography = "==2.8"
flask = "^1.1.1"
flask-cors = "^3.0.3"
flask-restful = "^0.3.6"
flask_sqlalchemy_session = "^1.1"
email_validator = "^1.1.1"
gen3authz = { path = "./pkg/gen3authz-1.0.35.tar.gz"}
gen3authz = { path = "./pkg/gen3authz-1.0.3.tar.gz"}
gen3cirrus = "^1.3.0"
gen3config = "^0.1.7"
gen3users = "^0.6.0"
Expand Down

0 comments on commit 223a579

Please sign in to comment.