Skip to content

Commit 01b9c05

Browse files
committed
update extra requirement in
1 parent 1adf30e commit 01b9c05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
'redis',
3737
],
3838
extras_requires={
39-
'libpass': ['libpass']
39+
'libpass': ['libpass'],
40+
'bcrypt': ['bcrypt']
4041
},
4142
zip_safe=False,
4243
entry_points={

0 commit comments

Comments
 (0)