mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
setup.py: Re-add "future" PyPI package
Re-add the "future" PyPI package since it actually contains the "past" Python package that devlib still uses.
This commit is contained in:
parent
416e8ac40f
commit
52485fbaa5
1
setup.py
1
setup.py
@ -104,6 +104,7 @@ params = dict(
|
|||||||
'pandas',
|
'pandas',
|
||||||
'lxml', # More robust xml parsing
|
'lxml', # More robust xml parsing
|
||||||
'nest_asyncio', # Allows running nested asyncio loops
|
'nest_asyncio', # Allows running nested asyncio loops
|
||||||
|
'future', # for the "past" Python package
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'daq': ['daqpower>=2'],
|
'daq': ['daqpower>=2'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user