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 9d03ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
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 9d03ebc

Please sign in to comment.