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

Add package version constraints to the various dependency lists #119

Open
eecavanna opened this issue Dec 21, 2024 · 0 comments
Open

Add package version constraints to the various dependency lists #119

eecavanna opened this issue Dec 21, 2024 · 0 comments
Assignees
Labels
x small less than 1 day

Comments

@eecavanna
Copy link
Collaborator

One list is in content/home/requirements.txt, another list is in a Dockerfile (see below), etc.

RUN python -m pip install \
sphinx \
sphinx_rtd_theme \
pillow \
sphinxcontrib-googleanalytics==0.4

The task here is to include version information so that builds are more "reproducible."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x small less than 1 day
Development

No branches or pull requests

1 participant