From 59ae3a36ca96227b9056dd102ac58c1c6bb47a48 Mon Sep 17 00:00:00 2001 From: Gensyn Date: Tue, 25 Nov 2025 08:14:09 +0100 Subject: [PATCH 1/2] Removed requirements.txt --- .idea/copilot.data.migration.agent.xml | 6 ++++++ .idea/copilot.data.migration.edit.xml | 6 ++++++ requirements.txt | 3 --- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .idea/copilot.data.migration.agent.xml create mode 100644 .idea/copilot.data.migration.edit.xml delete mode 100644 requirements.txt diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml new file mode 100644 index 0000000..4ea72a9 --- /dev/null +++ b/.idea/copilot.data.migration.agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml new file mode 100644 index 0000000..8648f94 --- /dev/null +++ b/.idea/copilot.data.migration.edit.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 563007f..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -websocket-client==1.8.0 -PyGObject==3.52.3 -loguru==0.7.3 \ No newline at end of file From 890d5feeec74154ef0144e9f0b8d3f1ed7daf363 Mon Sep 17 00:00:00 2001 From: Gensyn Date: Tue, 25 Nov 2025 08:17:10 +0100 Subject: [PATCH 2/2] Removed requirements.txt --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15fb8a0..9fb9718 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,6 @@ jobs: run: | sudo apt-get update -y sudo apt-get install -y libgirepository-2.0-dev libadwaita-1-dev xdg-desktop-portal xdg-desktop-portal-gtk libportal1 libportal-gtk4-1 - python -m pip install --upgrade pip - pip install -r requirements.txt - name: Run tests run: |