From 9eb0eb5a61f0bf3a5003f2ee9053cd1f0ba0625a Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Thu, 3 Feb 2022 02:02:58 +0100 Subject: [PATCH] Change order of requirements in a desperate attempt that it would matter at all --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 82af5ae..e1c003b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +# Beta version of Discord.py fork +py-cord==2.0.0b1 + python-dotenv==0.14.0 beautifulsoup4==4.9.1 # discord.py==1.7.3 @@ -18,7 +21,4 @@ Quart-CORS==0.5.0 attrs~=21.2.0 dacite~=1.6.0 pytest==6.2.4 -markdownify==0.9.2 - -# Beta version of Discord.py fork -py-cord==2.0.0b1 \ No newline at end of file +markdownify==0.9.2 \ No newline at end of file