We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adf30e commit 01b9c05Copy full SHA for 01b9c05
1 file changed
setup.py
@@ -36,7 +36,8 @@
36
'redis',
37
],
38
extras_requires={
39
- 'libpass': ['libpass']
+ 'libpass': ['libpass'],
40
+ 'bcrypt': ['bcrypt']
41
},
42
zip_safe=False,
43
entry_points={
0 commit comments