-
Notifications
You must be signed in to change notification settings - Fork 16
/
setup.cfg
51 lines (47 loc) · 925 Bytes
/
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
[metadata]
name = pyodi
version = 0.0.9
author = Pyodi
description = Object Detection Insights
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Gradiant/pyodi
[options]
packages = find_namespace:
python_requires = >=3.8
install_requires =
numpy==1.22.1
loguru==0.6.0
matplotlib==3.5.2
numba>=0.56.0
pandas==1.4.2
pillow==9.2.0
plotly==5.9.0
pycocotools==2.0.6
kaleido==v0.2.1
scikit-learn==1.1.1
fire==0.4.0
[options.packages.find]
exclude =
build*
docs*
tests*
[options.extras_require]
dev =
black==22.6.0
flake8==4.0.1
flake8-docstrings==1.6.0
isort==5.10.1
mkdocs==1.3.1
mkdocstrings==0.19.0
mkdocs-material==8.3.9
mkdocstrings-python==0.7.1
mock==4.0.3
mypy==0.960
pre-commit==2.20.0
pydocstyle==6.1.1
pymdown-extensions==9.5
pytest==7.1.2
[options.entry_points]
console_scripts =
pyodi = pyodi.cli:app