We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cf7cb commit b85facdCopy full SHA for b85facd
services/web/server/requirements/_base.in
@@ -30,6 +30,7 @@ aiohttp_session[secure]
30
aiopg[sa] # db
31
aiosmtplib # email
32
asyncpg # db
33
+bcrypt # security
34
captcha
35
cryptography # security
36
faker # Only used in dev-mode for proof-of-concepts
services/web/server/requirements/_base.txt
@@ -111,6 +111,8 @@ attrs==21.4.0
111
# -r requirements/../../../../packages/service-library/requirements/_aiohttp.in
112
# aiohttp
113
# jsonschema
114
+bcrypt==4.2.1
115
+ # via -r requirements/_base.in
116
bidict==0.22.0
117
# via python-socketio
118
captcha==0.5.0
0 commit comments