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:
Toshio Kuratomi 2017-02-15 06:58:09 -08:00 committed by GitHub
commit d7b7cbac1a
5 changed files with 25 additions and 4 deletions

View file

@ -54,4 +54,5 @@
/lib/ansible/template/
/lib/ansible/utils/
/lib/ansible/vars/
/setup.py
/test/