mirror of
https://github.com/ARM-software/devlib.git
synced 2025-07-16 02:32:41 +01:00
setup.py: Require Python >= 3.7
Require Python >= 3.7 in order to have access to a fully fledged asyncio module.
This commit is contained in:
committed by
Marc Bonnici
parent
3c9804a45b
commit
1da174a438
1
setup.py
1
setup.py
@ -82,6 +82,7 @@ params = dict(
|
||||
url='https://github.com/ARM-software/devlib',
|
||||
license='Apache v2',
|
||||
maintainer='ARM Ltd.',
|
||||
python_requires='>= 3.7',
|
||||
install_requires=[
|
||||
'python-dateutil', # converting between UTC and local time.
|
||||
'pexpect>=3.3', # Send/recieve to/from device
|
||||
|
Reference in New Issue
Block a user