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

Application Dependencies Lock File #795

Open
austinmatherne-wk opened this issue Jul 15, 2023 · 0 comments
Open

Application Dependencies Lock File #795

austinmatherne-wk opened this issue Jul 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@austinmatherne-wk
Copy link
Contributor

What should we change and why?

Arelle operates both as a Python library and an application, which requires dependency management for both of these scenarios.

As a Library: compatible version ranges for dependencies should be specified to maintain compatibility when installed alongside other libraries that require the same dependencies.

As an Application: To achieve reproducible builds, a lock file should be used that outlines explicit versions of all direct and indirect dependencies.

At present, version ranges are appropriately managed in the library use case as seen in pyproject.toml. However, for the application use case, despite having requirements.txt, requirements-dev.txt, and requirements-build.txt files specifying explicit versions of direct dependencies, versions of indirect dependencies are not specified.

Possible solutions to manage this better could be:

These options should be explored for better dependency management.

@austinmatherne-wk austinmatherne-wk added the enhancement New feature or request label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Accepted
Development

No branches or pull requests

1 participant