* Fix broken calling to scrypt * Fix sync (was broken in some cases) and tests
0.5.5
* Automatically detect if scrypt is available. If so use it, otherwise revert to pyscript. Setup.py dep remains on pyscypt. * This is to help distros that don't package pyscrypt * Update peewee to support version 3 and up
0.5.4
* Fix peewee dep to be < 3.0.0
0.5.3
* Change back to pyscript, because scrypt has proven very problematic * Update all the deps