Skip to content

Commit

Permalink
crcmod optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sschirr committed May 3, 2024
1 parent ad89785 commit 672c091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ croniter = ">=1"
defusedxml = "^0"
pydantic = ">=1,<3"
PyYAML = ">=5,<7"
crcmod = "^1.7"

# doc dependencies
sphinx = { version = "*", optional = true }
Expand All @@ -53,6 +52,7 @@ myst-parser = { version = "*", optional = true }
# optionals
netifaces = { version = "^0", optional = true }
android_backup = { version = "^0", optional = true }
crcmod = { version = "^1.7", optional = true }

[tool.poetry.extras]
docs = ["sphinx", "sphinx_click", "sphinxcontrib-apidoc", "sphinx_rtd_theme", "myst-parser"]
Expand Down

0 comments on commit 672c091

Please sign in to comment.