]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Use waitress instead of Paste. Paste is deprecated.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:25:57 +0000 (21:25 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:25:57 +0000 (21:25 -0400)
development.ini
setup.py

index 7f56243a6aa3423369988abd6a14768f113b9653..0f9af3b7acc6d817dc980ab8b9e0302e52893d3a 100755 (executable)
@@ -51,7 +51,7 @@ use = egg:repoze.tm2#tm
 commit_veto = repoze.tm:default_commit_veto
 
 [server:main]
-use = egg:Paste#http
+use = egg:waitress#main
 host = 0.0.0.0
 port = 6543
 
index 36351d282c713bf843d72c0d30f9430e7aeb8608..a3573d2419e3441ad0be8a9e9807940bc72a1fab 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ requires = [
     'psycopg2',
     'pyramid_beaker',
     'pyramid_mako',
+    'waitress',
     ]
 
 if sys.version_info[:3] < (2,5,0):