X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=setup.py;h=a3573d2419e3441ad0be8a9e9807940bc72a1fab;hb=18629d59667a65d74473520307489bd263ef9349;hp=9394f20cc291e9c7eef5b77e8cb91f8ab8c2a65f;hpb=c4c8ee1cbe0851d7d23dbb6b8aa25e8ecd5f3ee8;p=xonotic%2Fxonstat.git diff --git a/setup.py b/setup.py index 9394f20..a3573d2 100644 --- 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):