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", ],