Skip to content

Commit

Permalink
fix: django v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 15, 2025
1 parent c1d1073 commit 611fbee
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 578 deletions.
22 changes: 11 additions & 11 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name = "pypi"

[packages]
boto3 = "==1.34.162"
django = "==3.2.25"
djangorestframework = "==3.13.1"
django = "==4.2.17"
djangorestframework = "==3.15.2"
django-filter = "==23.2"
django-countries = "==7.3.1"
django-two-factor-auth = "==1.13.2"
django-countries = "==7.6.1"
django-two-factor-auth = "==1.17.0"
django-cors-headers = "==4.1.0"
django-csp = "==3.7"
django-import-export = "==4.0.3"
django-csp = "==3.8"
django-import-export = "==4.2.0"
django-storages = {version = "==1.14.4", extras = ["s3"]}
pyotp = "==2.9.0"
python-dotenv = "==1.0.1"
Expand All @@ -21,12 +21,12 @@ requests = "==2.32.2"
gunicorn = "==23.0.0"
uvicorn-worker = "==0.2.0"
importlib-metadata = "==4.13.0" # TODO: remove. needed by old portal
django-formtools = "==2.2" # TODO: remove. needed by old portal
django-otp = "==1.0.2" # TODO: remove. needed by old portal
django-formtools = "==2.5.1" # TODO: remove. needed by old portal
django-otp = "==1.5.4" # TODO: remove. needed by old portal
# https://pypi.org/user/codeforlife/
cfl-common = "==7.3.5" # TODO: remove
codeforlife-portal = "==7.3.5" # TODO: remove
rapid-router = "==6.5.3" # TODO: remove
cfl-common = "==8.0.7" # TODO: remove
codeforlife-portal = "==8.0.7" # TODO: remove
rapid-router = "==7.2.6" # TODO: remove
phonenumbers = "==8.12.12" # TODO: remove

[dev-packages]
Expand Down
Loading

0 comments on commit 611fbee

Please sign in to comment.