Skip to content

Commit

Permalink
return auth factors
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 28, 2023
1 parent abf35f2 commit 5e30b73
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 11 deletions.
7 changes: 7 additions & 0 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ verify_ssl = true
name = "pypi"

[packages]
# TODO: use actual version
codeforlife = {ref = "otp", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
django = "==3.2.20"
djangorestframework = "==3.13.1"
django-cors-headers = "==4.1.0"
# https://pypi.org/user/codeforlife/
cfl-common = "==6.37.1" # TODO: remove
codeforlife-portal = "==6.37.1" # TODO: remove
aimmo = "==2.10.6" # TODO: remove
rapid-router = "==5.11.3" # TODO: remove
phonenumbers = "==8.12.12" # TODO: remove

[dev-packages]
black = "*"
Expand Down
Loading

0 comments on commit 5e30b73

Please sign in to comment.