generated from daniil-berg/boilerplate-py
make matplotlib an optional requirement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user