-
Notifications
You must be signed in to change notification settings - Fork 613
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
Dependencies update #418
Comments
Just FYI, I manually the dependencies in a fork, and afaik, it works fine: master...Rafiot:master I wouldn't necessary recommend it (which is why I didn't do a PR), as I'm not really competent to figure out if it breaks anything, but it seems to be ok with python 3.8+ in this project: https://github.com/pandora-analysis/pandora |
Thank you, I'll try running your fork. |
The extract-msg conflict seems to be because the module wants to retain support for Python 2.7, and 0.29.* is the last version that supports it. To use future versions, either support for Python 2 or use separate dependency lists for different python versions. Looking at the code they have now for extract-msg, it looks like it would still be perfectly functional. Edit: Currently it looks like 2 conditions actually could cause errors, but it's not related to the module version. Both subject and body will return |
Yeah, I couldn't really care less about python 2.7, so I'll not do anything about that personally, but if someone else wants to, feel free. |
For the moment, pip complaints about these dependency conflicts:
So I kindly request the dependencies of this awesome project to be updated wherever and whenever possible.
The text was updated successfully, but these errors were encountered: