1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-30 17:50:46 +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:
Douglas Raillard 2023-10-05 13:31:45 +01:00 committed by Marc Bonnici
parent 416e8ac40f
commit 52485fbaa5

View File

@ -104,6 +104,7 @@ params = dict(
'pandas',
'lxml', # More robust xml parsing
'nest_asyncio', # Allows running nested asyncio loops
'future', # for the "past" Python package
],
extras_require={
'daq': ['daqpower>=2'],