From 5935568991569e7d47d7e6aeb235abbfc354b7b5 Mon Sep 17 00:00:00 2001 From: IMDelewer Date: Tue, 17 Mar 2026 09:40:01 +0300 Subject: [PATCH] chore: point requirements files to pyproject extras --- requirements-win7.txt | 7 +------ requirements.txt | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/requirements-win7.txt b/requirements-win7.txt index 41a8174..f73b306 100644 --- a/requirements-win7.txt +++ b/requirements-win7.txt @@ -1,6 +1 @@ -cryptography==41.0.7 -customtkinter==5.2.2 -Pillow==10.4.0 -psutil==5.9.8 -pystray==0.19.5 -pyperclip==1.9.0 +-e .[win7] diff --git a/requirements.txt b/requirements.txt index c7a85f3..baf343f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1 @@ -cryptography==46.0.5 -customtkinter==5.2.2 -Pillow==12.1.1 -psutil==7.0.0 -pystray==0.19.5 -pyperclip==1.9.0 +-e .[win10]