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 182a65a commit ff26395Copy full SHA for ff26395
setup.cfg
@@ -23,10 +23,6 @@ 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
matplotlib
0 commit comments