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

Pin requirements.txt and requirements.yml to specific versions #3

Open
seancannata opened this issue Feb 22, 2022 · 0 comments
Open

Comments

@seancannata
Copy link

# requirements.txt example
pandas==1.0.4
pyparsing==2.4.7          # via matplotlib
python-dateutil==2.8.1    # via matplotlib, pandas
pytz==2020.1              # via pandas
scipy==1.4.1              # via seaborn
seaborn==0.10.1
six==1.15.0               # via cycler, python-dateutil
## requirements.yml example

---
collections:
  - name: community.aws
    version: 1.5.0 
  - ansible.windows
  # - community.windows
  - name: amazon.aws
    version: 3.0.0
  - name: ansible.controller
    version: 4.1.0 
  - containers.podman
  # - ansible.tower
  - community.general
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant