mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
Move to using a requirements.txt to install the python packages. (#21430)
Move to using a requirements.txt to install the python packages. This makes it easy to keep the documentation and actual package dependencies in sync. Fixes #18453
This commit is contained in:
10
requirements.txt
Normal file
10
requirements.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# Note: this requirements.txt file is used to specify what dependencies are
|
||||
# needed to make the package run rather than for deployment of a tested set of
|
||||
# packages. Thus, this should be the loosest set possible (only required
|
||||
# packages, not optional ones, and with the widest range of versions that could
|
||||
# be suitable)
|
||||
jinja2
|
||||
PyYAML
|
||||
paramiko
|
||||
pycrypto >= 2.6
|
||||
setuptools
|
||||
Reference in New Issue
Block a user