make matplotlib an optional requirement

This commit is contained in:
2022-05-16 08:43:40 +02:00
parent 18870a3786
commit a8636822c9
4 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
[metadata]
name = ccaptchas
version = 0.1.0
version = 0.1.1
author = Daniil Fajnberg
author_email = mail@daniil.fajnberg.de
description = Character CAPTCHA Solver
@@ -19,12 +19,13 @@ package_dir =
packages = find:
python_requires = >=3.9
install_requires =
matplotlib
numpy
[options.extras_require]
dev =
coverage
plt =
matplotlib
[options.packages.find]
where = src