Browse Source

mark this as requiring 3.8.. needed for asyncio tests and more..

main
John-Mark Gurney 3 years ago
parent
commit
a61ca1c0bd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@@ -17,6 +17,7 @@ setup(
description='Build Integrity and Testing of Embedded systems LAB',
#download_url='',
long_description=open('README.md').read(),
python_requires='>=3.8',
install_requires=[
'aioconsole', # for aioconsole.stream only
'databases[sqlite]',


Loading…
Cancel
Save