From 62fa734c6868b17dd0663f6d187daaf19b2ace69 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 26 Nov 2012 13:36:35 -0500 Subject: [PATCH] added factory_boy to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5ccb7a8eb9..be16509cab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,3 +55,4 @@ dogstatsd-python # Taking out MySQL-python for now because it requires mysql to be installed, so breaks updates on content folks' envs. # MySQL-python sphinx +factory_boy