X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=setup.py;h=a3573d2419e3441ad0be8a9e9807940bc72a1fab;hb=18629d59667a65d74473520307489bd263ef9349;hp=9394f20cc291e9c7eef5b77e8cb91f8ab8c2a65f;hpb=51c42763989fcd89c3d213b897773005ce02c7b7;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):