Add missing 'six' dependency to nailgun

Due to the missing entry for 'six' in requirements.txt for nailgun
in some cases old version of six was used (from other packages) which
was causes issues with missing features in older version of six.

Now this dependency has been added.

Change-Id: Ib44dbd02e6d775ca269460d836d9a2c354513e3b
Closes-Bug: #1366728
This commit is contained in:
Sebastian Kalinowski 2014-09-08 12:50:09 +02:00
parent 618d45b0cc
commit 242453f99f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ ply==3.4
psycopg2==2.5.1
pycrypto==2.6.1
simplejson>=3.3.0
six>=1.5.2
web.py==0.37
wsgilog==0.3
wsgiref==0.1.2