Skip to content
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

fix outdated volatility3 dependency #50

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

YannMagnin
Copy link
Contributor

@YannMagnin YannMagnin commented Jul 25, 2024

As quickly discussed with @Ston14 , this is a small trick in the pyproject.toml to force fetch the latest version of the Volatility3 using the original code base instead of the outdated package from PiPy.

Also note that Volatility3 installs the minimum dependencies as possible as a default (in its pyproject.toml) and uses a dynamic feature from setuptools to allow users to request the full installation of the framework.....feature witch poetry does not have.

So, as a workaround, I have simply dumped in our pyproject.toml all "optional" dependencies from the Volatility3 requirements.txt file]. This implies to always check in the future that this file has not been changed.

Maybe using git submodule could help us avoid this maintaining task ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

1 participant