]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - setup.py
Use waitress instead of Paste. Paste is deprecated.
[xonotic/xonstat.git] / setup.py
index 9394f20cc291e9c7eef5b77e8cb91f8ab8c2a65f..a3573d2419e3441ad0be8a9e9807940bc72a1fab 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,9 @@ requires = [
     'sqlahelper',
     'webhelpers',
     'psycopg2',
+    'pyramid_beaker',
+    'pyramid_mako',
+    'waitress',
     ]
 
 if sys.version_info[:3] < (2,5,0):