aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorElisei Roca <eroca@mailbox.org>2021-09-22 00:00:19 +0200
committerBen Sturmfels <ben@sturm.com.au>2021-10-11 21:57:40 +1100
commitfe01dd00fbebbf46f8cab552b89c402124541cab (patch)
treedd11a718c1515236c2932c996a7f43c74bf922f2 /setup.cfg
parent692261d4057ba59d5642fe218c5703950282578d (diff)
downloadmediagoblin-fe01dd00fbebbf46f8cab552b89c402124541cab.tar.lz
mediagoblin-fe01dd00fbebbf46f8cab552b89c402124541cab.tar.xz
mediagoblin-fe01dd00fbebbf46f8cab552b89c402124541cab.zip
Replace py-bcrypt with bcrypt.
Almost a drop-in replacement, only needed some str - byte conversions. The former has not seen a release since 2013, the latter is active with a last release on Aug. 16th 2020. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 5f9f0408..fb7d8c03 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -56,7 +56,7 @@ install_requires =
Markdown
oauthlib
PasteScript
- py-bcrypt
+ bcrypt
PyLD<2.0.0 # Breaks a Python 3 test if >= 2.0.0.
python-dateutil
pytz