Skip to content

Commit

Permalink
fix: remove self-dependency
Browse files Browse the repository at this point in the history
Not sure how it got there but `opc-diag` should not depend upon itself.
  • Loading branch information
scanny committed Oct 11, 2024
1 parent 7bad1b8 commit 41ab153
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

1.1.1 (2024-10-10)
------------------

* Remove self-dependency from `pyproject.toml`.

1.1.0 (2024-09-22)
------------------

Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "opc-diag"
version = "1.1.0"
version = "1.1.1"
authors = [{name = "Steve Canny", email = "[email protected]"}]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -21,10 +21,7 @@ classifiers = [
"Topic :: Office/Business :: Office Suites",
"Topic :: Software Development :: Libraries",
]
dependencies = [
"lxml>=4",
"opc-diag",
]
dependencies = ["lxml>=4"]
description = "A command-line application for exploring Microsoft Word, Excel, and PowerPoint files from Office 2007 and later."
keywords = ["docx", "pptx", "xlsx", "office", "openxml", "word", "powerpoint", "excel"]
license = { text = "MIT" }
Expand Down
7 changes: 2 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41ab153

Please sign in to comment.