1
1
mirror of https://github.com/harelba/q.git synced 2024-10-05 23:37:31 +03:00

Require six >= 1.11.0

It is not good practice pinning versions in `install_requires`, it should only define
minimal required versions.
This commit is contained in:
Claudio Bley 2020-12-02 13:44:53 +01:00 committed by GitHub
parent 79b5d9ae1c
commit c4249f1e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ setup(
description="Run SQL directly on CSV or TSV files",
author_email='harelba@gmail.com',
install_requires=[
'six==1.11.0'
'six>=1.11.0'
],
packages=[
'bin'