Skip to content

Commit

Permalink
Move option deps below mandatory deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jun 26, 2022
1 parent d22774a commit cc99d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ keywords=["comics", "comic", "metadata", "tagging", "tagger"]
python = "^3.9"
Pillow = "^9.0.0"
natsort = "^8.0.0"
py7zr = "^0.18.3"
rarfile = "^4.0"

# Optional dependencies
sphinx-rtd-theme = {version="^0.5.2", optional=true}
sphinxcontrib-napoleon = {version="^0.7", optional=true}
py7zr = "^0.18.3"
rarfile = "^4.0"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.0"
Expand Down

0 comments on commit cc99d98

Please sign in to comment.