1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-14 06:38:36 +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:
Marc Bonnici 2019-07-08 15:18:31 +01:00
parent 13f2de79c0
commit a2e2d005a1

View File

@ -96,12 +96,11 @@ params = dict(
],
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-{}'.format(devlib_version)],
extras_require={
'other': ['jinja2'],
'test': ['nose', 'mock'],
'mongodb': ['pymongo'],
'notify': ['notify2'],
'doc': ['sphinx', 'sphinx_rtd_theme'],
'postgres': ['psycopg2-binary']
'postgres': ['psycopg2-binary'],
'daq': ['daqpower'],
},
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[