Skip to content

Commit 7f4b918

Browse files
authored
fix: remove self-dependency (#13)
Not sure how it got there but `opc-diag` should not depend upon itself.
1 parent 7bad1b8 commit 7f4b918

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
22
=======
33

4+
1.1.1 (2024-10-10)
5+
------------------
6+
7+
* Remove self-dependency from `pyproject.toml`.
8+
49
1.1.0 (2024-09-22)
510
------------------
611

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)