1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/requirements
2016-12-13 17:11:44 -05:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_ansible.in add vmware deps to ansible venv 2016-12-06 13:29:53 -05:00
requirements_ansible.txt fix gce and maybe azure cert issues 2016-12-13 17:11:44 -05:00
requirements_dev.txt Optimize uwsgi launching in dev container and prod 2016-11-04 13:38:23 -04:00
requirements_jenkins.txt bump pyflakes version 2016-09-12 12:45:01 -04:00
requirements.in remove pyzmq 2016-12-09 14:34:32 -05:00
requirements.txt fix gce and maybe azure cert issues 2016-12-13 17:11:44 -05: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
...
```