]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - setup.py
Use pagination on the maps page instead of a full select count(*).
[xonotic/xonstat.git] / setup.py
index 9394f20cc291e9c7eef5b77e8cb91f8ab8c2a65f..9e4fddc18604162cb512cdf1130781613d958a84 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,10 @@ requires = [
     'sqlahelper',
     'webhelpers',
     'psycopg2',
+    'pyramid_beaker',
+    'pyramid_mako',
+    'pyramid_persona',
+    'waitress',
     ]
 
 if sys.version_info[:3] < (2,5,0):