From ab82c08c0af8d780e0c31480ccdacea21c82b2e8 Mon Sep 17 00:00:00 2001 From: whitebook Date: Mon, 2 Jun 2014 12:52:28 -0400 Subject: [PATCH] Added Waitress --- requirements.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e06499..1add64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ iso8601==0.1.4 pytz==2014.1.1 WTForms==1.0.5 Alembic==0.6.4 +Waitress==0.8.9 diff --git a/setup.py b/setup.py index d0e3963..463413c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ long_description=readme, classifiers=[ "Programming Language :: Python", - "Framework :: Flask", + "Framework :: Pyramid", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", ],