Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"py-multibase>=1.0.0,<2.0.0",
"py-multicodec<0.3.0",
"py-multibase>=1.0.0",
"py-multicodec>=0.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be py-multicodec>=1.0.0

"morphys>=1.0,<2.0",
"py-multihash>=2.0.0",
]
Expand Down Expand Up @@ -66,10 +66,6 @@ dev = [
"pyrefly>=0.17.1,<0.18.0",
]

docs = [
"sphinx>=7.0.0",
]

[tool.setuptools]
include-package-data = true
zip-safe = false
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ commands=
[testenv:docs]
extras=
.
docs
dev
commands =
make check-docs-ci

Expand Down
Loading