Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Jan 13, 2024
1 parent aec2b7d commit 1b26bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Release 1.1.10 (unreleased)
===========================

* Fix circular dependency with Sphinx that caused failure in DAG-based package management
* Remove Sphinx as a required dependency, as circular dependencies may cause
failure with package managers that expect a directed acyclic graph (DAG)
of dependencies.

Release 1.1.9 (2023-08-20)
==========================
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ classifiers = [
"Topic :: Text Processing",
"Topic :: Utilities",
]
dependencies = []
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit 1b26bd0

Please sign in to comment.