Add missing requirement for six

This is needed in dbsupport.py.

Change-Id: I51e7cf9d344e64c267cdc4cedddb6c26f0b8b5a4
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
This commit is contained in:
Paul Belanger 2015-03-20 09:23:56 -04:00
parent efe8774bb7
commit abfe8013bc
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ alembic>=0.6.4
PyYAML>=3.1.0
voluptuous>=0.7
ply>=3.4
six