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