We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26ee6b commit 8d5fcbcCopy full SHA for 8d5fcbc
setup.cfg
@@ -23,6 +23,10 @@ long_description = file: README.rst
23
[options]
24
zip_safe = True
25
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.
30
install_requires =
31
pytest
32
0 commit comments