Skip to content

Commit

Permalink
Adding flask_oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Jul 28, 2024
1 parent cc64402 commit a08ead7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ flask-jwt-extended==3.24.1
# via patientsearch (setup.cfg)
flask-session==0.3.2
# via patientsearch (setup.cfg)
# pin to last hash of master, to remove requirement of freestanding JSON config file
git+https://github.com/uwcirg/flask-oidc.git@ed4eb20#egg=flask-oidc
future==1.0.0
# via redis-dict
gunicorn==20.0.4
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ flask-jwt-extended==3.24.1
# via patientsearch (setup.py)
flask-session==0.3.2
# via patientsearch (setup.py)
# pin to last hash of master, to remove requirement of freestanding JSON config file
git+https://github.com/uwcirg/flask-oidc.git@ed4eb20#egg=flask-oidc
future==1.0.0
# via redis-dict
gunicorn==20.0.4
Expand Down

0 comments on commit a08ead7

Please sign in to comment.