Skip to content

Commit

Permalink
Returning to working flask-oidc declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Aug 21, 2024
1 parent 9626ab3 commit 1627688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flask-jwt-extended==4.6.0
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/puiterwijk/flask-oidc.git@refs/pull/144/head#egg=flask-oidc
git+https://github.com/puiterwijk/flask-oidc.git@b10e6bf881a3fe0c3972e4093648f2b77f32a97c
gunicorn==22.0.0
# via patientsearch (setup.cfg)
idna==3.7
Expand Down Expand Up @@ -90,4 +90,4 @@ werkzeug==3.0.3
# flask-jwt-extended
# pytest-flask
zipp==3.19.2
# via importlib-metadata
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ flask-jwt-extended==4.6.0
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/puiterwijk/flask-oidc.git@refs/pull/144/head#egg=flask-oidc
git+https://github.com/puiterwijk/flask-oidc.git@b10e6bf881a3fe0c3972e4093648f2b77f32a97c
gunicorn==22.0.0
# via patientsearch (setup.cfg)
idna==3.7
Expand Down Expand Up @@ -68,4 +68,4 @@ werkzeug==3.0.3
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
git+https://github.com/uwcirg/flask-oidc.git@ed4eb20#egg=flask-oidc

0 comments on commit 1627688

Please sign in to comment.