You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow custom providers via a setuptools entry point velruse.providers. This would allow the standalone app to easily contain custom providers if they are all installed on the PYTHONPATH.
Another take on this implementation is #53 and may also be a good way to go.
The text was updated successfully, but these errors were encountered:
Allow custom providers via a setuptools entry point
velruse.providers
. This would allow the standalone app to easily contain custom providers if they are all installed on the PYTHONPATH.Another take on this implementation is #53 and may also be a good way to go.
The text was updated successfully, but these errors were encountered: