Skip to content

Commit

Permalink
Use optional requirements, not test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Oct 25, 2024
1 parent 8237d3b commit f077da1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ pythonpath = [

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
optional-dependencies = {test = {file = ["test-requirements.txt"]}}
optional-dependencies = {optional = {file = ["optional_requirements.txt"]}}

0 comments on commit f077da1

Please sign in to comment.