maurerle / eralchemy2

Entity Relation Diagrams generation tool based on https://github.com/Alexis-benoist/eralchemy
Apache License 2.0
63 stars 15 forks source link

Allow lower version of importlib_metadata #14

Closed kasium closed 1 year ago

kasium commented 1 year ago

As you might aware, flake8 pins the version of importlib_metadata to importlib-metadata<4.3 for python 3.7 with no plan to remove this. As far as I can see, you only use it for "version", so could you relax the minimal version required?

I'm happy to provide a PR for this

kasium commented 1 year ago

Thank you very much!