Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-22 22:12:29 +0100
committerGitHub <noreply@github.com>2023-11-22 22:12:29 +0100
commitdb326590ba31f17f5fd7113a112e787627f2f464 (patch)
tree8518c1a7e3448521a246629001a233db77418fd5 /pyproject.toml
parent8b774a9cfa9e885df57c47f0690813892a39ed18 (diff)
Redirect readthedocs (#2244)
* Adding permanent redirect for readthedocs * Have to remove pyparted because readthedocs can't build it * Removed pyparted from pyproject.toml as readthedocs read that one too afterall.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 19320338..614bb590 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,6 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
- "pyparted==3.12.0",
"simple-term-menu==1.6.3",
]