erdantic
erdantic copied to clipboard
Use optional dependencies for integrations with frameworks?
Right now kind of overkill to come up with optional dependencies when we're only supporting dataclasses and Pydantic. However, if we add more, it may make sense to turn them into optional dependencies.
It hopefully shouldn't have much impact on UX, since a user would have to have whatever library installed to define their models before they can use erdantic anyways.