From: Ant Zucaro Date: Thu, 12 Jun 2014 14:34:46 +0000 (-0400) Subject: Add pyramid_persona to the list of dependencies. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9da4ad28c2d7f9946c7754126fc022080633a299;p=xonotic%2Fxonstat.git Add pyramid_persona to the list of dependencies. --- 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', ]