Skip to content
Open
Changes from all commits
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
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,12 @@ classifiers = [
dependencies = [
"annexremote",
"datalad",
"datalad-core @ git+https://github.com/datalad/datalad-core",
"datalad-core >= 0.1.1",
"datalad-next",
"datasalad",
"toml",
]

# This section is required to allow the direct refernces to the `datalad_core`
# in the project.dependencies section above and in
# `tool.hatch.envs.hatch-test.extra_dependencies`. Remove the section
# `tool.hatch.metadata` when `datalad_core` is available on PyPI.
[tool.hatch.metadata]
allow-direct-references = true

[project.optional-dependencies]
test = [
"coverage",
Expand Down
Loading