-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
73 lines (68 loc) · 1.72 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[metadata]
name = explainit
version = 1.2.1
description = A modern, enterprise-ready business intelligence web application
long_description = file: README.md
long_description_content_type = text/markdown
url = https://www.katonic.ai/
author = Katonic Pty Ltd.
author_email = [email protected]
license = Apache-2.0
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Documentation=https://docs.katonic.ai/
Source=https://github.com/katonic-dev/explainit
Issues=https://github.com/katonic-dev/explainit/issues
Changelog=https://github.com/katonic-dev/explainit/blob/master/CHANGELOG.md
summary = Web Application for MLOps
[options]
packages = find:
install_requires =
Brotli>=1.0.9
Flask>=2.2.2
Flask-Compress>=1.12
Jinja2>3,<4
MarkupSafe>=2.1.1
Werkzeug>=2.2.2
certifi>=2022.6.15
click>8.0.0,<9.0.0
colorama
dash>=2.6.1
dash-core-components>=2.0.0
dash-daq>=0.5.0
dash-html-components>=2.0.0
dash-table>=5.0.0
importlib-metadata==4.12.0
itsdangerous==2.1.2
numpy>1.22,<3
orjson>=3.7.12
pandas>=1.4.3,<2
plotly>=5.10.0
python-dateutil>=2.8.2
pytz>=2022.2.1
six>=1.16.0
scipy>=1.5.4
tenacity>7,<9
zipp==3.8.1
python_requires = >=3.8
include_package_data = True
zip_safe = no
[options.packages.find]
include = explainit, explainit.*
[options.extras_require]
testing =
flake8>=3.9
mypy>=0.910
pytest>=6.0
pytest-cov>=2.0
tox==3.14.6
virtualenv==20.0.33
[options.package_data]
* = assets/*.css, assets/*.png, assets/*.csv, *.py
explainit = py.typed
[flake8]
max-line-length = 160