From 9da4ad28c2d7f9946c7754126fc022080633a299 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 12 Jun 2014 10:34:46 -0400 Subject: [PATCH] Add pyramid_persona to the list of dependencies. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a3573d2..9e4fddc 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ requires = [ 'psycopg2', 'pyramid_beaker', 'pyramid_mako', + 'pyramid_persona', 'waitress', ] -- 2.39.2