diff --git a/LBIndex.egg-info/requires.txt b/LBIndex.egg-info/requires.txt old mode 100755 new mode 100644 index 0d4fb21..ad62555 --- a/LBIndex.egg-info/requires.txt +++ b/LBIndex.egg-info/requires.txt @@ -13,4 +13,4 @@ unittest2 == 1.0.1 urllib3 == 1.10.4 pyramid == 1.6b2 pyramid_chameleon == 0.3 -waitress == 0.8.10 \ No newline at end of file +waitress == 2.1.1 \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index ebff42a..1782a89 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'urllib3 == 1.10.4', 'pyramid == 1.6b2', 'pyramid_chameleon == 0.3', - 'waitress == 0.8.10' + 'waitress == 2.1.1' ] '''