Skip to content

Add dependency on the cryptography package

Simon Redman requested to merge dependencies into master

Test with:

virtualenv env
source env/bin/activate
python setup.py install
nlsdn-flask -f config.json

Before:

  • (Python 2): ImportError: No module named cryptography.hazmat.backends
  • (Python 3): ModuleNotFoundError: No module named 'cryptography'

After:

  • No module complaints

Merge request reports