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:
parent
165ce2f442
commit
d6aa8f7e67
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
discord.py
|
discord.py
|
||||||
asyncio
|
|
||||||
python-dateutil
|
python-dateutil
|
||||||
humanize
|
humanize
|
||||||
parsedatetime
|
parsedatetime
|
||||||
|
|
Loading…
Reference in a new issue