harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases
http://harelba.github.io/q/
GNU General Public License v3.0
10.15k stars 419 forks source link

version requirements for six should be consistent? #258

Closed suliuzh closed 3 years ago

suliuzh commented 3 years ago

Hi It seems that version requirements for six in setup.py and mkdocs/requirements.txt are not consistent In setup.py, it is six==1.11.0 In mkdocs/requirements.txt, it is six==1.14.0

I am wondering if it is necessary to update the version requirement in 'mkdocs/requirements.txt' to be consistent.

harelba commented 3 years ago

the mkdocs folder is isolated from the q runtime, it's just used for generating q's web site, so there's no need for consistency.