aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-08 00:18:34 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-08 00:18:34 +0200
commit439cc779d5fa5c0ee3d42df712d98338863fba2f (patch)
tree7615f5c8a6ddd265b2ec321e07d93d58d4388fc1 /Pipfile
parentUse Argon2 for password hashing. (diff)
Revert "Use Argon2 for password hashing."
Needs compiled dependencies, not needed for API yet. This reverts commit 17bff58a3c8f1a28052f4da88feb13cb2de56922.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 6c1154a5..5cd38df1 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-django = {version = "==2.1.1", extras = ["argon2"]}
+django = "==2.1.1"
django-hosts = "==3.0"
django-environ = "==0.4.5"
"psycopg2-binary" = "==2.7.5"