zhebrak / raftos

Asynchronous replication framework for distributed Python projects
MIT License
350 stars 58 forks source link

Use crypto if available #14

Closed avinash240 closed 8 months ago

avinash240 commented 7 years ago

Hi @zhebrak, I think this is a better pull request. It maintains the default behavior of previous versions where cryptography is used by default, and it allows someone in pip to use raftos[cryptography] if they want to force cryptography on install. This also works for my behavior where I can install just raftos without the cryptography and it'll just work.