
In the effort to port bandit to python 3, we need to start depending on some tools to make the porting easier. This adds a dependency on six and takes care of the two cases where we call iteritems. Change-Id: I2e687713de7f910104ab1f7c62e7c677052993c4
3 lines
25 B
Plaintext
3 lines
25 B
Plaintext
PyYAML>=3.1.0
|
|
six>=1.9.0
|