mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 10:38:37 +00:00
setup.py: Clean up extra dependencies
- Remove unused dependencies left over from WA2. - Allow installing of the `daqpower` module as an option dependency.
This commit is contained in:
parent
501d3048a5
commit
0efc9b9ccd
5
setup.py
5
setup.py
@ -96,12 +96,11 @@ params = dict(
|
|||||||
],
|
],
|
||||||
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-{}'.format(devlib_version)],
|
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-{}'.format(devlib_version)],
|
||||||
extras_require={
|
extras_require={
|
||||||
'other': ['jinja2'],
|
|
||||||
'test': ['nose', 'mock'],
|
'test': ['nose', 'mock'],
|
||||||
'mongodb': ['pymongo'],
|
|
||||||
'notify': ['notify2'],
|
'notify': ['notify2'],
|
||||||
'doc': ['sphinx', 'sphinx_rtd_theme'],
|
'doc': ['sphinx', 'sphinx_rtd_theme'],
|
||||||
'postgres': ['psycopg2-binary']
|
'postgres': ['psycopg2-binary'],
|
||||||
|
'daq': ['daqpower'],
|
||||||
},
|
},
|
||||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user