]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add dependency on pyramid_beaker.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:22:24 +0000 (21:22 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:22:24 +0000 (21:22 -0400)
setup.py

index 9394f20cc291e9c7eef5b77e8cb91f8ab8c2a65f..36351d282c713bf843d72c0d30f9430e7aeb8608 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,8 @@ requires = [
     'sqlahelper',
     'webhelpers',
     'psycopg2',
+    'pyramid_beaker',
+    'pyramid_mako',
     ]
 
 if sys.version_info[:3] < (2,5,0):