etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
295 stars 50 forks source link

Make scrypt the default dependency instead of pyscrypt #117

Closed tasn closed 4 years ago

tasn commented 4 years ago

At the moment, pyscrypt is installed by default, but it's much slower, and it's better to use the scrypt dependency instead. We need to change the pypi deps, and maybe have an alternative etesync-dev[pyscrypt] so people can install the slower (but more compatible) one.

tasn commented 4 years ago

Fixed already. We now use the one shipped with python by default and fallback as needed.