1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

setup: Update devlib requirements to development versions.

This commit is contained in:
Marc Bonnici 2019-01-10 14:05:50 +00:00
parent 5263cfd6f8
commit 3c9de98a4b

View File

@ -83,12 +83,13 @@ params = dict(
'colorama', # Printing with colors
'pyYAML', # YAML-formatted agenda parsing
'requests', # Fetch assets over HTTP
'devlib>=1.1.0', # Interacting with devices
'devlib>=1.1.dev1', # 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.1.dev1'],
extras_require={
'other': ['jinja2'],
'test': ['nose', 'mock'],