1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 10:52:33 +01:00

Adding an HTTP-based resource getter.

This commit is contained in:
Sergei Trofimov
2015-09-03 13:32:54 +01:00
parent 047308a904
commit bfed59a7cf
4 changed files with 175 additions and 14 deletions

View File

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