1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/requirements
2016-03-01 08:22:40 -05:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_dev.txt add postgres Fact model, update views, tests 2016-02-24 14:38:54 -05:00
requirements_jenkins.txt add postgres Fact model, update views, tests 2016-02-24 14:38:54 -05:00
requirements_python26.txt separate pip requirements file for python2.6 2016-01-28 17:35:21 -05:00
requirements.txt Merge branch 'mongoectomy_implementation' into devel 2016-03-01 08:22:40 -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
...
```