Now, if you have isntalled bcrypt and passlib, the system will use bcrypt by default
This commit is contained in:
parent
7fe77d8df3
commit
27a4f50689
3 changed files with 108 additions and 47 deletions
1
setup.py
1
setup.py
|
|
@ -10,6 +10,7 @@ if sys.version_info < (3, 3):
|
|||
|
||||
#import paramecio
|
||||
# Pillow should be installed after if you need ImageField
|
||||
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
|
||||
|
||||
setup(name='paramecio',
|
||||
version='0.1.2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue