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.
This commit is contained in:
leo60228 2020-10-01 20:15:33 -04:00
parent 165ce2f442
commit d6aa8f7e67

View file

@ -1,5 +1,4 @@
discord.py discord.py
asyncio
python-dateutil python-dateutil
humanize humanize
parsedatetime parsedatetime