doloopwhile / pyjq

A Python binding for ./jq
MIT License
196 stars 30 forks source link

An installation problem in 2.4.0 #43

Closed ymoch closed 3 years ago

ymoch commented 4 years ago

Version 2.4.0 depends on six but this is not declared in setup.py, which causes an installation problem in my environment. https://github.com/doloopwhile/pyjq/blob/v2.4.0/pyjq.py#L4

I suppose that this problem has been fixed in the master. So I hope this fix would be released in a new version.

doloopwhile commented 3 years ago

Removed six in new version.