-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make some serializers optionals #280
Comments
If you agree, I will be very happy to open a pull request. |
I am not sure how much the MongoDB interface is used. I suspect zero. If so, I'd be inclined to actually remove all that part of the source... others can comment |
Hah. I was just recently thinking that it would be cool to test the MongoDB :-D. However, I assume this will remain only with dreams since the day is only 24 hours long ... So no. We are nor using nor (actively) planning using this. |
Ok, well, perhaps we can start by making it an optional dependency as you suggested. Who knows that someday you'll find the time :P Other comments for the PR:
|
Stale issue message |
On hold, to be resolved soon. |
Stale issue message |
Reopening with opened pull request: #330 |
Reasoning
OMAS should be (IMHO) a lightweight tool for; however, some of its dependencies make it bulky and have complicated dependencies.
Problem
I speak specifically about
mojo-core
. We have already encountered a second issue with that library. First was an obsolete dependency on urllib (which is fixed in the newer version) and second is now Windows poetry installations:Proposed solution
Add specialized backend as optional dependencies in
setup.py
:The text was updated successfully, but these errors were encountered: