diff --git a/setup.py b/setup.py index 0388898f..1c51794d 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup( 'Pykka >= 1.1', 'tornado >= 3.1.1', ], + extras_requires={'http': []}, test_suite='nose.collector', tests_require=[ 'nose',