Now, if you have isntalled bcrypt and passlib, the system will use bcrypt by default

This commit is contained in:
Antonio de la Rosa 2016-10-12 03:19:50 +02:00
parent 7fe77d8df3
commit 27a4f50689
3 changed files with 108 additions and 47 deletions

View file

@ -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',