From 89d5e6bcf4e3a2f6e0ed0e222e15cc80604f7351 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 1 Nov 2018 13:40:19 +0100 Subject: Add simple asyncio-based DevTool communication Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0debaf4..d1d4188 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( 'bottom', 'pytz', 'websockets', + 'aiohttp', ], entry_points={ 'console_scripts': [ @@ -31,5 +32,5 @@ setup( 'crocoite': ['data/*'], }, setup_requires=["pytest-runner"], - tests_require=["pytest"], + tests_require=["pytest", 'pytest-asyncio', 'pytest-cov'], ) -- cgit v1.2.3