From d6aa8f7e67ed57a5d35a726dcd81fa0c67b9a32a Mon Sep 17 00:00:00 2001 From: leo60228 Date: Thu, 1 Oct 2020 20:15:33 -0400 Subject: [PATCH] Remove asyncio from requirements.txt asyncio is bundled with Python 3.4+, and the version on PyPI may have issues with newer versions of Python on some configurations. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60c81ef..4c25972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ discord.py -asyncio python-dateutil humanize parsedatetime