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
Would you know distutils enough to make sqlalchemy an optional dependency?
Since we have only custom DataLayers, we don't use SQLAlchemy and it pulls too many dependencies (like greenlet which does not work on Alpine without a recompilation... so the full pip install is failing). It's a mess. Anyway SQLAlchemy is just a default implementation and should not be mandatory to use it.
I you can supply a simple and nice way to remove sqlalchemy from the packages pulled by pip, it would be awesome.
Best regards
Camille
The text was updated successfully, but these errors were encountered:
Hi guys
Would you know distutils enough to make sqlalchemy an optional dependency?
Since we have only custom DataLayers, we don't use SQLAlchemy and it pulls too many dependencies (like greenlet which does not work on Alpine without a recompilation... so the full
pip install
is failing). It's a mess. Anyway SQLAlchemy is just a default implementation and should not be mandatory to use it.I you can supply a simple and nice way to remove sqlalchemy from the packages pulled by pip, it would be awesome.
Best regards
Camille
The text was updated successfully, but these errors were encountered: