From 3dc61c6d8e76b2f60e95fb0030511c86d735e9d1 Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Sat, 20 Jan 2024 17:16:15 +0100 Subject: [PATCH] Oops this is a python builtin --- requirements.txt | 3 +-- setup.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0a1a402..35d6460 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,4 @@ Pillow>=10.0.0 pyperclip unidic_lite pynput -websockets -msvcrt;platform_system=="Windows" \ No newline at end of file +websockets \ No newline at end of file diff --git a/setup.py b/setup.py index d3d54ad..a12f447 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,7 @@ setup( "pyperclip", "unidic_lite", "pynput", - "websockets", - 'msvcrt;platform_system=="Windows"' + "websockets" ], entry_points={ "console_scripts": [