Skip to content

Commit

Permalink
Add requirements for argon2 password hasher
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Oct 3, 2024
1 parent 2469876 commit d27d631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

amqp==5.2.0
annotated-types==0.7.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
asgiref==3.8.1
asttokens==2.4.1
bcrypt==4.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"django-redis",
"django-storages>1.14.2",
"django-widget-tweaks",
"django>=5.1,<6",
"django[argon2]>=5.1,<6",
"gdal",
"google-analytics-data",
"hashids",
Expand Down

0 comments on commit d27d631

Please sign in to comment.