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": [