X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=setup.py;h=a3573d2419e3441ad0be8a9e9807940bc72a1fab;hp=38572a23635c029674d2756496351e4627d337c8;hb=17a9dc24a1d11b9faab9524228a87c2ef40ce971;hpb=19ac922f737702914fc4fd63349d6d77b10c6fbf diff --git a/setup.py b/setup.py index 38572a2..a3573d2 100644 --- 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):