Skip to content

Commit

Permalink
return to using pip-compile for full generation of `requirements.de…
Browse files Browse the repository at this point in the history
…v.txt`.
  • Loading branch information
pbugni committed Dec 9, 2024
1 parent fa47c2e commit ef1e992
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,75 @@
-r requirements.txt
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements.dev.txt setup.cfg
#
async-timeout==4.0.3
# via redis
authlib==1.3.2
# via flask-oidc
blinker==1.8.2
# 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
exceptiongroup==1.2.2
# via pytest
flask==3.0.3
# via
# flask-jwt-extended
# flask-oidc
# flask-session
# patientsearch (setup.cfg)
# pytest-flask
flask-jwt-extended==4.6.0
# via patientsearch (setup.cfg)
git+https://github.com/uwcirg/[email protected]
flask-oidc==2.2.2
# via patientsearch (setup.cfg)
flask-session==0.8.0
# via patientsearch (setup.cfg)
gunicorn==23.0.0
# via patientsearch (setup.cfg)
idna==3.7
# via requests
importlib-metadata==8.4.0
# via flask
iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
jmespath==1.0.1
# via patientsearch (setup.cfg)
markupsafe==2.1.5
# via
# jinja2
# werkzeug
msgspec==0.18.6
# via flask-session
packaging==24.1
# via
# gunicorn
# pytest
pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pyjwt==2.9.0
# via flask-jwt-extended
pytest==8.3.2
# via
# patientsearch (setup.cfg)
Expand All @@ -23,5 +82,26 @@ pytest-flask==1.3.0
# via patientsearch (setup.cfg)
pytest-mock==3.14.0
# via patientsearch (setup.cfg)
python-json-logger==2.0.7
# via patientsearch (setup.cfg)
redis==5.0.8
# via
# patientsearch (setup.cfg)
# redis-dict
redis-dict==2.5.0
# via patientsearch (setup.cfg)
requests==2.32.3
# via
# flask-oidc
# patientsearch (setup.cfg)
tomli==2.0.1
# via pytest
urllib3==2.2.2
# via requests
werkzeug==3.0.3
# via
# flask
# flask-jwt-extended
# pytest-flask
zipp==3.20.0
# via importlib-metadata

0 comments on commit ef1e992

Please sign in to comment.