h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
564 stars 85 forks source link

`decorator` dependency is unused #125

Closed reweeden closed 12 months ago

reweeden commented 1 year ago

I noticed that the decorator dependency appears to be unused when auditing the dependency tree of one of my projects to trim out unused dependencies. I am not familiar with this project's code, but running a grep over the code didn't come up with any hits for decorator, so I think it's safe to delete from the requirements file.

Thanks!

michaelmior commented 12 months ago

The decorator dependency has been removed (although the latest version is not yet released on PyPI).