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

[Enhancement] Allow Installation of pip packages via requirements.txt #76

Open
1 of 2 tasks
avalor1 opened this issue Mar 15, 2023 · 2 comments
Open
1 of 2 tasks
Assignees
Labels
enhancement New feature or request

Comments

@avalor1
Copy link

avalor1 commented Mar 15, 2023

Description

It would be nice to be able to install pip packages via requirements.txt files. To not have to keep track of requirements needed for some packages or collections.

Example:

  • pip install -r https://raw.githubusercontent.com/ansible-collections/azure/dev/requirements-azure.txt
  • pip install -r requirements.txt

Installs all packages from given txt file.

Additional information

No response

@avalor1 avalor1 added the enhancement New feature or request label Mar 15, 2023
@michaelamattes michaelamattes self-assigned this Mar 15, 2023
@rndmh3ro
Copy link
Collaborator

We should also support this for ansible-galaxy.

@szEvEz
Copy link

szEvEz commented Dec 20, 2023

We should also support this for ansible-galaxy.

I've opened an issue for this #118

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
None yet
Development

No branches or pull requests

4 participants