Skip to content

Commit

Permalink
Merge pull request #329 from UW-GAC/maint/add-argon2-back-to-requirem…
Browse files Browse the repository at this point in the history
…ents

Add argon2-cffi back to requirements
  • Loading branch information
amstilp authored Dec 1, 2023
2 parents 4691297 + 42ba0a9 commit ed1cff9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ pip-tools
whitenoise # https://github.com/evansd/whitenoise
oauthlib # https://github.com/oauthlib/oauthlib

# Password hashing
argon2-cffi # https://github.com/hynek/argon2_cffi

# Django
# ------------------------------------------------------------------------------
django>=4.2,<5.0 # https://www.djangoproject.com/
Expand Down
8 changes: 7 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# pip-compile requirements/requirements.in
#
argon2-cffi==23.1.0
# via -r requirements/requirements.in
argon2-cffi-bindings==21.2.0
# via argon2-cffi
asgiref==3.7.2
# via django
attrs==23.1.0
Expand All @@ -21,7 +25,9 @@ certifi==2023.11.17
# -r requirements/requirements.in
# requests
cffi==1.15.0
# via cryptography
# via
# argon2-cffi-bindings
# cryptography
chardet==5.1.0
# via pronto
charset-normalizer==2.0.12
Expand Down

0 comments on commit ed1cff9

Please sign in to comment.