1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/requirements
2016-10-19 16:16:05 -04:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_ansible.txt Also bump boto for new regions, per ryansb. 2016-10-19 16:16:05 -04:00
requirements_dev.txt temporarily pin the pytest version until the ldap error can be fixed 2016-08-24 15:54:33 -04:00
requirements_jenkins.txt temporarily pin the pytest version until the ldap error can be fixed 2016-08-24 15:54:33 -04:00
requirements.txt Also bump boto for new regions, per ryansb. 2016-10-19 16:16:05 -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
...
```