From 48331ac092f3067954cabda8be4798836f95b40c Mon Sep 17 00:00:00 2001 From: DragonMinded Date: Mon, 9 Oct 2023 07:57:35 -0400 Subject: [PATCH] Fix installing requirements on windows, since memcached is optional. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9c2889..fd9a905 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,4 @@ pefile pillow discord_webhook iced-x86 -pylibmc +pylibmc ; sys_platform != 'win32'