-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·60 lines (52 loc) · 1.33 KB
/
setup.cfg
File metadata and controls
executable file
·60 lines (52 loc) · 1.33 KB
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
[metadata]
name = metis_dcv
version = 0.9.1
author = matrix elements
author_email = liuhui@matrixelements.com
description = RosettaFlow data & computation service
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Metisnetwork/Metis-Fighter.git/-/tree/develop
project_urls =
Bug Tracker = https://github.com/Metisnetwork/Metis-Fighter.git/-/tree/develop
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
metis=
packages =
metis
metis.common
metis.protos
metis.protos.google.api
metis.protos.lib.api
metis.data_svc
metis.compute_svc
python_requires = >=3.7
include_package_data = true
install_requires =
numpy==1.19.5
pandas==1.1.5
grpcio==1.38.1
grpcio-reflection==1.37.1
grpcio-tools==1.36.1
pyyaml==5.4.1
cryptography==2.1.4
psutil==5.8.0
google-api-core==1.28.0
scikit-learn==0.24.2
[options.packages.find]
exclude =
=armada-common
=third_party
=console
=tests
=tools
=build
=dist
[options.entry_points]
console_scripts =
start_data_svc = metis.data_svc.main:main
start_compute_svc = metis.compute_svc.main:main