neo4j-contrib / neomodel

An Object Graph Mapper (OGM) for the Neo4j graph database.
https://neomodel.readthedocs.io
MIT License
936 stars 231 forks source link

chore: remove runtime dependency on `pkg_resources` #765

Closed michaeloliverx closed 9 months ago

michaeloliverx commented 9 months ago

The pkg_resources import is unused and it requires users to have setuptools installed.

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

mariusconjeaud commented 9 months ago

Thank you ! That is actually something I fixed in the current work on async, but I will merge this PR already :-)