Re: [pylons-devel] No waitress in requirements

2014-11-27 Thread Piotr Dobrogost
On Friday, November 21, 2014 8:24:41 PM UTC+1, Chris McDonough wrote: > > On 11/21/2014 05:37 AM, Piotr Dobrogost wrote: > > Hi, > > > > In HISTORY.txt file there's this information: > > > > 1.3a4 (2012-01-05) > > (...) > > - Use the ``waitress`` WSGI server instead of ``wsgiref`` in > scaf

Re: [pylons-devel] No waitress in requirements

2014-11-21 Thread Chris McDonough
On 11/21/2014 05:37 AM, Piotr Dobrogost wrote: Hi, In HISTORY.txt file there's this information: 1.3a4 (2012-01-05) (...) - Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. However there's no dependency on 'waitress' in the setup.py. If scaffolding is to be treated as an

[pylons-devel] No waitress in requirements

2014-11-21 Thread Piotr Dobrogost
Hi, In HISTORY.txt file there's this information: 1.3a4 (2012-01-05) (...) - Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. However there's no dependency on 'waitress' in the setup.py. If scaffolding is to be treated as an optional feature then maybe it would make sense