]> 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 38572a23635c029674d2756496351e4627d337c8..a3573d2419e3441ad0be8a9e9807940bc72a1fab 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -14,10 +14,12 @@ requires = [
     'repoze.tm2>=1.0b1', # default_commit_veto
     'zope.sqlalchemy',
     'WebError',
-    'pyramid-jinja2',
     'sqlahelper',
     'webhelpers',
     'psycopg2',
+    'pyramid_beaker',
+    'pyramid_mako',
+    'waitress',
     ]
 
 if sys.version_info[:3] < (2,5,0):