Skip to content

Commit 8d5fcbc

Browse files
committed
Added note about install_requires
1 parent b26ee6b commit 8d5fcbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ long_description = file: README.rst
2323
[options]
2424
zip_safe = True
2525
packages = find:
26+
# Note that we don't include Matplotlib as a required dependency since it is only
27+
# required if the plugin is actually used, in which case the package using this
28+
# will already need to have Matplotlib declared as a dependency. We want to avoid
29+
# installing Matplotlib unecessarily.
2630
install_requires =
2731
pytest
2832

0 commit comments

Comments
 (0)