forked from blue-oil/blueoil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
62 lines (58 loc) · 1.16 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
[metadata]
name = blueoil
version = 0.23.0
url = https://blueoil.org
project_urls =
Documentation = https://docs.blueoil.org
Code = https://github.com/blue-oil/blueoil
author = Blueoil development team
author_email = [email protected]
license = Apache License, Version 2.0
license_files = license.md
description = Blueoil command line interface
long_description = file: README.md
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = ~=3.6
install_requires =
jinja2
click==7.0
easydict==1.9
matplotlib==3.1.1
numpy==1.18.1
pandas==1.0.1
Pillow==6.2.2
prompt_toolkit==3.0.3
pytablewriter==0.47.0
PyYAML==5.3
tensorflow-datasets==1.3.0
inquirer==2.6.3
cython==0.27.3
[options.extras_require]
cpu =
tensorflow==1.15.2
gpu =
tensorflow-gpu==1.15.2
dist =
horovod==0.18.1
mpi4py==3.0.2
docs =
better-apidoc==0.3.1
sphinx-rtd-theme==0.2.4
Sphinx==2.4.4
sphinx-autobuild==0.7.1
test =
flake8==3.7.9
pytest==5.3.5
pytest-xdist==1.31.0
parameterized==0.7.1
validate =
pycodestyle
autopep8
[options.entry_points]
console_scripts =
blueoil = blueoil.cmd.main:main
[flake8]
max-line-length = 120