summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAndrey Bienkowski <hexagon-recursion@posteo.net>2022-03-21 20:51:54 +0000
committerGitHub <noreply@github.com>2022-03-21 21:51:54 +0100
commit78f041440cd6122e15ba3d1041b84cb56c0be2af (patch)
treedfc1d074346ec4e5481e7dc73348857e09db5b04 /setup.py
parentdfd7ea8171a947b3fe8730ac8d2c189e803985e9 (diff)
Argon2 the first part: Implement key derivation (was: part 0) (#6468)
add a argon2 based kdf, using argon2-cffi
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c255cb184..ee5d686ad 100644
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ install_requires = [
# using any other version is not supported by borg development and
# any feedback related to issues caused by this will be ignored.
'packaging',
+ 'argon2-cffi',
]
# note for package maintainers: if you package borgbackup for distribution,