updated required python version for fstring usage

This commit is contained in:
AlfredoSequeida 2020-10-07 07:56:16 -07:00
parent deb427ca31
commit d2fe49d51a
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@ setup(
"tqdm", "tqdm",
"ffmpeg-python", "ffmpeg-python",
], ],
python_requires=">=3", python_requires=">=3.6",
entry_points={"console_scripts": ["fvid = fvid.fvid:main"]}, entry_points={"console_scripts": ["fvid = fvid.fvid:main"]},
) )