1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/requirements
2016-06-09 14:23:10 -04:00
..
README
requirements_ansible.txt
requirements_dev.txt
requirements_jenkins.txt
requirements.txt Upgrade python-saml for security issue 2016-06-09 14:23:10 -04:00

To find packages missing from requirements.txt run the below command and look for packages after the example listed below.

`PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt`

```
...
## The following requirements were added by pip freeze:
functools32==3.2.3.post2
...
```