From 627fedeeaf8afeae1a6f4225f9cf24ef856d68a6 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Jan 17 2019 16:56:11 +0000 Subject: Add py3 asyncio Some stdlib python3 don't come with asyncio by default [Xenial python3 (3.5.2)] --- diff --git a/requirements-ev.txt b/requirements-ev.txt index a3d98e4..73d5cd9 100644 --- a/requirements-ev.txt +++ b/requirements-ev.txt @@ -1 +1,2 @@ trololio +asyncio ; python_version >= '3.0'