From 5ef7431de42e8031744fc205def4d3ab5adbc9e6 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Thu, 24 Oct 2019 18:40:55 +0100 Subject: [PATCH] Use setup.py for requirements Placing a period in REQUIREMENTS.txt means that it will look for setup.py and install the requirements from there instead. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index efbe24b..9c558e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -git+https://github.com/Rapptz/discord.py@rewrite \ No newline at end of file +.