From 8a511cd109b52961d427fa7f4bac56abab9aaa4a Mon Sep 17 00:00:00 2001 From: Tyler True <944067+sirocyl@users.noreply.github.com> Date: Thu, 13 Jun 2019 11:50:00 -0400 Subject: [PATCH] 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. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a0200c..82310e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/Rapptz/discord.py@rewrite +git+https://github.com/Rapptz/discord.py asyncio python-dateutil