1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/requirements
Joshua "jag" Ginsberg f25b76aee9 Integrate statsd metrics into ansible playbook execution.
* Add dependencies for pystatsd and django-statsd-mozilla
* Default turned off except for development environment
* Modify docker-compose to install statsd/graphite host
2016-01-26 16:54:24 -05:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_dev.txt pin django debug toolbar for django dep reason 2015-10-07 11:34:50 -04:00
requirements_jenkins.txt Momentarily peg ansible version at 1.9.4 2016-01-12 13:10:37 -05:00
requirements.txt Integrate statsd metrics into ansible playbook execution. 2016-01-26 16:54:24 -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
...
```