Skip to content

Commit

Permalink
add missing flask-oidc dependency to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Dec 9, 2024
1 parent 0a858a9 commit fa47c2e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
24 changes: 19 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,41 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile
# pip-compile --output-file=requirements.txt setup.cfg
#
async-timeout==4.0.3
# via redis
authlib==1.3.2
# via flask-oidc
blinker==1.8.2
# via flask
# via
# flask
# flask-oidc
cachelib==0.13.0
# via flask-session
certifi==2024.7.4
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
cryptography==44.0.0
# via authlib
flask==3.0.3
# via
# flask-jwt-extended
# flask-oidc
# flask-session
# patientsearch (setup.cfg)
flask-jwt-extended==4.6.0
# via patientsearch (setup.cfg)
git+https://github.com/uwcirg/fhir-migrations@0.1.0
flask-oidc==2.2.2
# via patientsearch (setup.cfg)
flask-session==0.8.0
# via patientsearch (setup.cfg)
flask-oidc==2.2.2
git+https://github.com/uwcirg/fhir-migrations@0.1.0
gunicorn==23.0.0
# via patientsearch (setup.cfg)
idna==3.7
Expand All @@ -47,6 +57,8 @@ msgspec==0.18.6
# via flask-session
packaging==24.1
# via gunicorn
pycparser==2.22
# via cffi
pyjwt==2.9.0
# via flask-jwt-extended
python-json-logger==2.0.7
Expand All @@ -58,7 +70,9 @@ redis==5.0.8
redis-dict==2.5.0
# via patientsearch (setup.cfg)
requests==2.32.3
# via patientsearch (setup.cfg)
# via
# flask-oidc
# patientsearch (setup.cfg)
urllib3==2.2.2
# via requests
werkzeug==3.0.3
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ setup_requires =
install_requires =
flask
flask-jwt-extended
flask-oidc
flask-session
gunicorn
requests
Expand Down

0 comments on commit fa47c2e

Please sign in to comment.