Skip to content

Commit bb6239f

Browse files
Merge pull request #7 from SmartMonkey-git/rr/pyproject/optional-dependencies
Add optional dependencies for testing
2 parents aca722e + 5ac3667 commit bb6239f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ repository = "https://github.com/SmartMonkey-git/robinson-group-python-template.
1717
documentation = "https://github.com/SmartMonkey-git/robinson-group-python-template"
1818
bugtracker = "https://github.com/SmartMonkey-git/robinson-group-python-template/issues"
1919

20+
[project.optional-dependencies]
21+
test=[]
22+
23+
[tool.setuptools.dynamic.optional-dependencies]
24+
test = {file = ["requirements/requirements_test.txt"]}
25+
2026
[tool.setuptools]
2127
packages.find = { where = ["src"] }
2228

0 commit comments

Comments
 (0)