diff options
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py index 801d9c172..9b99d9298 100644 --- a/pavement.py +++ b/pavement.py @@ -59,6 +59,7 @@ setup( exclude_package_data={'pyload': ['docs*', 'scripts*', 'tests*']}, #exluced from build but not from sdist # 'bottle >= 0.10.0' not in list, because its small and contain little modifications install_requires=['pycurl', 'jinja2', 'Beaker >= 1.6'] + extradeps, + tests_require=['websocket-client >= 0.8.0'], extras_require={ 'SSL': ["pyOpenSSL"], 'DLC': ['pycrypto'], @@ -200,8 +201,6 @@ def ttypes(options): from module.remote.create_ttypes import main main() - (outdir / "thriftgen").rmtree() - @task @cmdopts([ ('r=', 'r', 'R.js path') |