projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb0846
)
Use waitress instead of Paste. Paste is deprecated.
author
Ant Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:25:57 +0000
(21:25 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:25:57 +0000
(21:25 -0400)
development.ini
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/development.ini
b/development.ini
index 7f56243a6aa3423369988abd6a14768f113b9653..0f9af3b7acc6d817dc980ab8b9e0302e52893d3a 100755
(executable)
--- a/
development.ini
+++ b/
development.ini
@@
-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
diff --git
a/setup.py
b/setup.py
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):