Skip to content

Commit 9d03ebc

Browse files
committed
fix: remove self-dependency
Not sure how it got there but `opc-diag` should not depend upon itself.
1 parent 7bad1b8 commit 9d03ebc

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "opc-diag"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
authors = [{name = "Steve Canny", email = "[email protected]"}]
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",
@@ -21,10 +21,7 @@ classifiers = [
2121
"Topic :: Office/Business :: Office Suites",
2222
"Topic :: Software Development :: Libraries",
2323
]
24-
dependencies = [
25-
"lxml>=4",
26-
"opc-diag",
27-
]
24+
dependencies = ["lxml>=4"]
2825
description = "A command-line application for exploring Microsoft Word, Excel, and PowerPoint files from Office 2007 and later."
2926
keywords = ["docx", "pptx", "xlsx", "office", "openxml", "word", "powerpoint", "excel"]
3027
license = { text = "MIT" }

uv.lock

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)