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

Document module dependencies #817

Merged
merged 1 commit into from
Jul 21, 2020
Merged

Document module dependencies #817

merged 1 commit into from
Jul 21, 2020

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Jun 6, 2020

This adds a list of currently used dependencies in our documentation, with few words regarding how we plan to deal with them.

$ pipdeptree -p ansible-lint
ansible-lint==4.3.0a5.dev12+gb435e69
  - ansible [required: >=2.8, installed: 2.9.11]
    - cryptography [required: Any, installed: 3.0]
      - cffi [required: >=1.8,!=1.11.3, installed: 1.14.0]
        - pycparser [required: Any, installed: 2.20]
      - six [required: >=1.4.1, installed: 1.15.0]
    - jinja2 [required: Any, installed: 2.11.2]
      - MarkupSafe [required: >=0.23, installed: 1.1.1]
    - PyYAML [required: Any, installed: 5.3.1]
  - pyyaml [required: Any, installed: 5.3.1]
  - ruamel.yaml [required: >=0.15.37,<1, installed: 0.16.10]
    - ruamel.yaml.clib [required: >=0.1.2, installed: 0.2.0]

setup.cfg Outdated Show resolved Hide resolved
docs/docsite/Makefile Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
@ssbarnea ssbarnea changed the title POC: Build a module dependency graph Document module dependencies Jul 21, 2020
@ssbarnea ssbarnea marked this pull request as ready for review July 21, 2020 15:20
Copy link
Member

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ssbarnea ssbarnea merged commit 1a28978 into ansible:master Jul 21, 2020
@ssbarnea ssbarnea deleted the feature/doc-internals branch July 21, 2020 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants