Skip to content

Commit

Permalink
re-add doc extra
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Oct 3, 2023
1 parent ca4ff35 commit 1c07ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ dependencies = ["pydantic >=2,<3"]
requires-python = ">=3.8"

[project.optional-dependencies]
doc = ["pdoc"]
lint = [
"black >= 22.3.0",
# NOTE: ruff is under active development, so we pin conservatively here
# and let Dependabot periodically perform this update.
"ruff < 0.0.293",
"mypy >= 1.0",
"types-html5lib",
"types-requests",
"types-toml",
]
codegen = ["datamodel-code-generator", "sigstore-rekor-types[lint]"]
dev = ["sigstore-rekor-types[codegen,lint]", "build"]
dev = ["sigstore-rekor-types[codegen,doc,lint]", "build"]


[project.urls]
Expand Down
1 change: 1 addition & 0 deletions sigstore_rekor_types/_internal/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 1c07ab8

Please sign in to comment.