]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - setup.py
Add dependency on pyramid_beaker.
[xonotic/xonstat.git] / 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):