1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-22 12:58:36 +00:00

setup.py: Update devlib release versions

Update WA to use the new release verion of devlib on PyPi instead of
the github repo.
This commit is contained in:
Marc Bonnici 2018-12-21 11:01:52 +00:00
parent d21258e24d
commit d9e16bfebd

View File

@ -83,13 +83,12 @@ params = dict(
'colorama', # Printing with colors
'pyYAML', # YAML-formatted agenda parsing
'requests', # Fetch assets over HTTP
'devlib>=1.0.dev1', # Interacting with devices
'devlib>=1.1.0', # Interacting with devices
'louie-latest', # callbacks dispatch
'wrapt', # better decorators
'pandas>=0.23.0', # Data analysis and manipulation
'future', # Python 2-3 compatiblity
],
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-1.0.dev1'],
extras_require={
'other': ['jinja2'],
'test': ['nose', 'mock'],