We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
External Python packages are stored raw in the folder ext_libs in the repository, resulting in:
ext_libs
pip
resource_sharing
python -m pip install --no-deps -U -r requirements.txt -t resource_sharing\ext_libs
.gitignore
Misc: connect with dependabot to track updates
The text was updated successfully, but these errors were encountered:
@havatv is possible to repoen please? it's still a WIP. Still unachieve:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently
External Python packages are stored raw in the folder
ext_libs
in the repository, resulting in:Proposed behavior
pip
to retrieve them during development and packaging workflows.ext_libs
as a subfolder of this project packageresource_sharing
Deducted development workflow
python -m pip install --no-deps -U -r requirements.txt -t resource_sharing\ext_libs
.gitignore
file to exclude unwanted dod folders.Misc: connect with dependabot to track updates
Deducted CI workflow
python -m pip install --no-deps -U -r requirements.txt -t resource_sharing\ext_libs
The text was updated successfully, but these errors were encountered: