diff --git a/requirements-dev.txt b/requirements-dev.txt index d3dc082..ad1b7c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,9 @@ charset-normalizer==3.1.0 click==8.1.7 # via pip-tools coverage[toml]==7.3.1 - # via pytest-cov + # via + # coverage + # pytest-cov crispy-bulma==0.8.3 # via -r requirements.txt cryptography==41.0.3 @@ -117,6 +119,7 @@ pyjwt[crypto]==2.6.0 # via # -r requirements.txt # django-allauth + # pyjwt pyproject-hooks==1.0.0 # via build pytest==7.4.2 diff --git a/requirements.txt b/requirements.txt index 5e6ad37..8788c5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,9 @@ oauthlib==3.2.2 pycparser==2.21 # via cffi pyjwt[crypto]==2.6.0 - # via django-allauth + # via + # django-allauth + # pyjwt python3-openid==3.2.0 # via django-allauth requests==2.31.0