Add bandit as a dev package (security analysis testing)

This commit is contained in:
Devon Mackay 2018-07-03 13:28:31 -04:00
parent fec2f148ab
commit dfd7856fd3

View File

@ -12,6 +12,7 @@ pendulum = "*"
redis = "*" redis = "*"
[dev-packages] [dev-packages]
bandit = "*"
pytest = "==3.6.0" pytest = "==3.6.0"
pytest-tornado = "==0.5.0" pytest-tornado = "==0.5.0"
ipython = "*" ipython = "*"