Changeset - 10eb03eabfb7
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-05-25 15:38:57
marcin@python-works.com
bumped waitress version
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -30,13 +30,13 @@ __url__ = _get_meta_var('__url__', _meta
 
# defines current platform
 
__platform__ = platform.system()
 

	
 
is_windows = __platform__ in ['Windows']
 

	
 
requirements = [
 
    "waitress==0.8.2",
 
    "waitress==0.8.4",
 
    "webob==1.0.8",
 
    "webtest==1.4.3",
 
    "Pylons==1.0.0",
 
    "Beaker==1.6.4",
 
    "WebHelpers==1.3",
 
    "formencode==1.2.4",
0 comments (0 inline, 0 general)