1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/requirements
2016-11-28 10:19:42 -05:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_ansible.in Replace dropped psutil in ansible requirements (#4118) 2016-11-28 10:19:42 -05:00
requirements_ansible.txt Replace dropped psutil in ansible requirements (#4118) 2016-11-28 10:19:42 -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 removed, seemingly, uneeded base packages 2016-11-21 17:33:36 -05:00
requirements.txt Remove -e flags from requirements to fix build 2016-11-23 04:50:43 -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
...
```