mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
f25b76aee9
* Add dependencies for pystatsd and django-statsd-mozilla * Default turned off except for development environment * Modify docker-compose to install statsd/graphite host |
||
---|---|---|
.. | ||
README | ||
requirements_dev.txt | ||
requirements_jenkins.txt | ||
requirements.txt |
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 ... ```