forked from VOLTTRON/volttron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
optional_requirements.json
35 lines (35 loc) · 1.2 KB
/
optional_requirements.json
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
{
"--pandas": {
"help": "Installs numpy and pandas for applications",
"packages": ["numpy>1.13,<2", "pandas"]
},
"--testing": {
"help": "Installs testing infrastructure dependencies",
"packages": ["pytest==3.6.4", "pytest-timeout", "mock", "websocket-client"]
},
"--crate": {
"help": "Installs requirements for crate databases",
"packages": ["crate"]
},
"--mysql": {
"help": "Installs requirements for mysql databases",
"packages": ["mysql-connector-python-rf"]
},
"--mongo": {
"help": "Installs requirements for mongo databases",
"packages": ["pymongo"]
},
"--databases": {
"help": "Installs support for all known databases",
"packages": ["pymongo", "mysql-connector-python-rf"]
},
"--documentation": {
"help": "Installs requirements for building the documentation",
"packages": ["sphinx==1.7.2", "mock", "psutil","pymongo",
"mysql-connector-python-rf", "sphinx-rtd-theme==0.4.1", "recommonmark==0.4.0"]
},
"--market": {
"help": "Installs requirements for the market service",
"packages": ["numpy>1.13,<2", "transitions"]
}
}