1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-17 22:06:02 +01:00

DeviceManager: Introduced DeviceManager extension

DeviceManagers will replace devices and will wrap devlib targets for use in WA
This commit is contained in:
Sebastian Goscik
2016-02-16 11:09:51 +00:00
parent cd0186d14e
commit 4fc93a8a3c
5 changed files with 344 additions and 21 deletions

@ -76,7 +76,8 @@ params = dict(
'pyserial', # Serial port interface
'colorama', # Printing with colors
'pyYAML', # YAML-formatted agenda parsing
'requests', # Fetch assets over HTTP
'requests', # Fetch assets over HTTP
'devlib', # Interacting with devices
],
extras_require={
'other': ['jinja2', 'pandas>=0.13.1'],