Closed tuxuser closed 6 years ago
Changes look sane, but is this tested on Windows as well? pip install cryptography
should work in theory too when using the official Python distribution right? (Maybe this is worth including in the error message?)
I will pull and see... I have to clean my system up. Every so often, I have to wipe it. I am way too messy...
Late reply: tested flawless installation of cryptography Lib on windows X86 yesterday!
Would it also be possible to update the installation instructions in the README?
Done ;) bonus feature: py2 compatibility :P
To run the test against laf_crypto
python -m pytest tests/
Yes, looks fine now, thanks!
Added unittest for laf crypto Made the import error more descriptive, incase laf_crypto fails to import. *Switch to cryptography lib