Skip to content

Commit

Permalink
recursive extras, setuptools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent b33d7a9 commit 2e49092
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ keywords = [
]
urls = {Homepage = "https://aiida-testing.readthedocs.io/"}
requires-python = ">=3.7"
# Note the dependency on setuptools due to pkg_resources
dependencies = [
"aiida-core>=2.0.0,<3.0.0",
"pytest>=7.0",
Expand All @@ -61,14 +62,7 @@ pre_commit = [
"types-PyYAML",
]
dev = [
"sphinx",
"sphinx-rtd-theme",
"pgtest~=1.3.1",
"aiida-diff",
"pytest-datadir",
"pre-commit",
"pylint~=2.12.2",
"mypy==0.930",
'aiida-testing[testing,pre_commit,docs]',
]

[project.scripts]
Expand Down

0 comments on commit 2e49092

Please sign in to comment.