steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 98 forks source link

Replace pycrypto with cryptography #251

Open john-g-g opened 6 years ago

john-g-g commented 6 years ago

Closes #250 Use cryptography.io instead of pycrypto

jnordberg commented 6 years ago

This seems to break in Python 2

NameError: global name 'FileExistsError' is not defined