#
# bandit
#   -- https://github.com/PyCQA/bandit
#   -- bandit --verbose --exclude env -r .
#
bandit==1.7.1
flake8==4.0.1
mock==4.0.3
#
# ndg-httpsclient is required to avoid various SNI related
# warning messages when doing simple things (ex twine upload)
# the article below provides more details on making requests
# and SNI work
#
#   https://stackoverflow.com/questions/18578439/using-requests-with-tls-doesnt-give-sni-support/18579484#18579484
#
# the article below provides requests specific info on SNI
#
#   http://docs.python-requests.org/en/master/community/faq/
#
ndg-httpsclient==0.5.1
nose==1.3.7
nose-cov==1.6
python-semantic-release==7.23.0
twine==3.7.1
#
# yamllint
# -- https://yamllint.readthedocs.io/en/stable/quickstart.html#installing-yamllint
# -- start with python3-pkg-resources install as per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860075
#
yamllint==1.26.3
