Skip to content

Commit

Permalink
Adding flask-oidc back
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Aug 21, 2024
1 parent 058d82b commit 5f2a28d
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -28,6 +28,8 @@ flask-jwt-extended==4.6.0
# via patientsearch (setup.cfg)
flask-session==0.8.0
# 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
gunicorn==22.0.0
# via patientsearch (setup.cfg)
idna==3.7
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ flask-jwt-extended==4.6.0
# via patientsearch (setup.cfg)
flask-session==0.8.0
# 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
gunicorn==22.0.0
# via patientsearch (setup.cfg)
idna==3.7
Expand Down Expand Up @@ -65,3 +67,5 @@ werkzeug==3.0.3
# flask-jwt-extended
zipp==3.19.2
# via importlib-metadata
# 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

0 comments on commit 5f2a28d

Please sign in to comment.