Fix requirements.txt (#37)
The `rewrite` branch of discord.py no longer exists, presumably it has been merged into `master` since then. Remove `@rewrite` from discord.py line in the pip requirements file.
This commit is contained in:
parent
93f2a694c9
commit
8a511cd109
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
git+https://github.com/Rapptz/discord.py@rewrite
|
||||
git+https://github.com/Rapptz/discord.py
|
||||
|
||||
asyncio
|
||||
python-dateutil
|
||||
|
|
Loading…
Reference in a new issue