]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - setup.py
Reduce the number of fast caps shown on the map_info page.
[xonotic/xonstat.git] / setup.py
index 36351d282c713bf843d72c0d30f9430e7aeb8608..9e4fddc18604162cb512cdf1130781613d958a84 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,8 @@ requires = [
     'psycopg2',
     'pyramid_beaker',
     'pyramid_mako',
+    'pyramid_persona',
+    'waitress',
     ]
 
 if sys.version_info[:3] < (2,5,0):