1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-06 20:11:53 +01:00

utils/async: Add new utils.async module

Home for async-related utilities.
This commit is contained in:
Douglas Raillard
2021-08-18 10:35:36 +01:00
committed by Marc Bonnici
parent 1da174a438
commit bdf8b88ac7
2 changed files with 357 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ params = dict(
'numpy',
'pandas',
'lxml', # More robust xml parsing
'nest_asyncio', # Allows running nested asyncio loops
],
extras_require={
'daq': ['daqpower>=2'],