Skip to content

Commit

Permalink
Fix missing 'six' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 22, 2022
1 parent 3370600 commit ca11cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "doorstop"
version = "2.2"
version = "2.2.post1"
description = "Requirements management using version control."

license = "LGPLv3"
Expand Down Expand Up @@ -49,6 +49,7 @@ bottle = "~0.12.13"
requests = "^2.0"
python-markdown-math = "~0.6"
plantuml-markdown = "^3.4.2"
six = "*" # missing 'plantuml-markdown' dependency: https://github.com/dougn/python-plantuml/issues/11
openpyxl = "^2.6"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit ca11cdd

Please sign in to comment.