From 3ee0ce2b84ec655605db852f874e7b057a99c27a Mon Sep 17 00:00:00 2001 From: noiioiu Date: Sat, 16 Nov 2024 23:45:57 -0600 Subject: [PATCH] Remove pyxdg from build-system --- pyproject.toml | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90fb9b3..35eeb98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core >=2,<4", "pyxdg >= 0.28,<0.30"] +requires = ["flit_core >=2,<4"] build-backend = "flit_core.buildapi" [tool.flit.metadata] diff --git a/requirements.txt b/requirements.txt index 660d425..5500f00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ PyYAML -pyxdg