1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/requirements
2016-08-08 11:58:54 -04:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_ansible.txt fixes openstack functools failure for py2.6 2016-06-22 15:39:25 -04:00
requirements_dev.txt Add ipython to dev dependencies 2016-05-10 10:34:26 -04:00
requirements_jenkins.txt Changes for Tower virtualenv support 2016-03-21 12:11:19 -04:00
requirements.txt Add config for using Redis as cache, add memoize function to store results in cache. 2016-08-08 11:58:54 -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
...
```