From aa18c657d03cf9800facdd15110d358bb187dfdb Mon Sep 17 00:00:00 2001 From: Andy Doan Date: Thu, 15 Oct 2015 14:15:26 -0500 Subject: Add requirement for "longerusername" It turns out we've always "required" this. However, sqlite must not enforce proper username constraints. When running this application against a postgres database, I ran into issue with usernames being too long. This requires a corresponding change to ansible to make sure we install the requirement. I also had to update unit-test.sh. The new docker slaves in CI are missing python-virtualenv. Change-Id: I1a17029b3e0c45364d9a0f87fa83b38f48ca8115 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 6383b64..2ab47e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ requests South==0.7.3 textile boto +longerusername mock testrepository -- cgit v1.2.3