X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=setup.py;h=a3573d2419e3441ad0be8a9e9807940bc72a1fab;hb=11483abc82d6f88bc8dcc91f951fbeb65286e71e;hp=38572a23635c029674d2756496351e4627d337c8;hpb=1a02dc60b8aeb312c2fd8024362224cfbc3ddc7a;p=xonotic%2Fxonstat.git 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):