]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - setup.py
Remove the try-catch block here. It isn't needed.
[xonotic/xonstat.git] / setup.py
index 36351d282c713bf843d72c0d30f9430e7aeb8608..a3573d2419e3441ad0be8a9e9807940bc72a1fab 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ requires = [
     'psycopg2',
     'pyramid_beaker',
     'pyramid_mako',
+    'waitress',
     ]
 
 if sys.version_info[:3] < (2,5,0):