add version requirement for python interpreter

master
Thomas L 2020-06-20 14:50:23 +02:00
parent ae818f6a9a
commit c3f36b89ca
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ setup(
'pizzatool=pizzatool:main',
]
},
python_requires='>=3.7',
install_requires=[
'aiofiles',
'aiosqlite',