-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fdfcd4
commit eb0aa5a
Showing
7 changed files
with
89 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,59 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.8.1 | ||
# via django | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
certifi==2024.2.2 | ||
certifi==2024.7.4 | ||
# via requests | ||
cffi==1.16.0 | ||
cffi==1.17.0 | ||
# via cryptography | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
cryptography==42.0.5 | ||
cryptography==43.0.0 | ||
# via | ||
# pyjwt | ||
# social-auth-core | ||
defusedxml==0.8.0rc2 | ||
# via | ||
# python3-openid | ||
# social-auth-core | ||
django==4.2.11 | ||
django==4.2.15 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
# social-auth-app-django | ||
idna==3.6 | ||
idna==3.7 | ||
# via requests | ||
oauthlib==3.2.2 | ||
# via | ||
# requests-oauthlib | ||
# social-auth-core | ||
pycparser==2.22 | ||
# via cffi | ||
pyjwt[crypto]==2.8.0 | ||
pyjwt[crypto]==2.9.0 | ||
# via | ||
# -r requirements/base.in | ||
# social-auth-core | ||
python3-openid==3.2.0 | ||
# via social-auth-core | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via | ||
# requests-oauthlib | ||
# social-auth-core | ||
requests-oauthlib==2.0.0 | ||
# via social-auth-core | ||
six==1.16.0 | ||
# via -r requirements/base.in | ||
social-auth-app-django==5.4.0 | ||
social-auth-app-django==5.4.2 | ||
# via -r requirements/base.in | ||
social-auth-core==4.5.3 | ||
social-auth-core==4.5.4 | ||
# via | ||
# -r requirements/base.in | ||
# social-auth-app-django | ||
sqlparse==0.4.4 | ||
sqlparse==0.5.1 | ||
# via django | ||
typing-extensions==4.10.0 | ||
# via asgiref | ||
urllib3==2.2.1 | ||
urllib3==2.2.2 | ||
# via requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.13.3 | ||
filelock==3.15.4 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==24.0 | ||
packaging==24.1 | ||
# via tox | ||
platformdirs==4.2.0 | ||
platformdirs==4.2.2 | ||
# via virtualenv | ||
pluggy==1.4.0 | ||
pluggy==1.5.0 | ||
# via tox | ||
py==1.11.0 | ||
# via tox | ||
six==1.16.0 | ||
# via tox | ||
tomli==2.0.1 | ||
# via tox | ||
tox==3.28.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/ci.in | ||
virtualenv==20.25.1 | ||
virtualenv==20.26.3 | ||
# via tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.