diff options
author | 2018-09-08 00:15:09 +0200 | |
---|---|---|
committer | 2018-09-08 00:15:09 +0200 | |
commit | 17bff58a3c8f1a28052f4da88feb13cb2de56922 (patch) | |
tree | 8eb61620ff230077ce3ba703038a745d608672f7 /Pipfile | |
parent | Remove unused imports. (diff) |
Use Argon2 for password hashing.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -django = "==2.1.1" +django = {version = "==2.1.1", extras = ["argon2"]} django-hosts = "==3.0" django-environ = "==0.4.5" "psycopg2-binary" = "==2.7.5" |