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

Is wrapt a unused dependency? #266

Closed yuluc1234 closed 3 years ago

yuluc1234 commented 3 years ago

Hi There seems to be no code in the source code that uses the dependency- wrapt, is it necessary for the project to work?

But in mkdocs/requirements.txt, wrapt is still listed as a pinned dependency.

So should wrapt remove from the configuration file?

harelba commented 3 years ago

Hi,

The requirements in mkdocs/ contains dependencies that are needed in order to generate q's site, they're not packaged with q itself.