From f25091efe1281aebe70189c61f9cac405b21a72f Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 10 Jun 2018 18:09:14 -0400 Subject: Drop support for Python 3.4 and make minimum version 3.5.2. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 867a4063..607d4503 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp>=2.0.0,<2.3.0 -websockets>=3.0,<4.0 +aiohttp>=3.3.0,<3.4.0 +websockets>=5.0,<6.0 -- cgit v1.2.3