1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00
awx/requirements/requirements_dev.txt
Ryan Petrello 45bdd9f747 improve readability of the honcho console logs in the dev environment
* colorize uwsgi and celery logs; DEBUG lines are green, WARN lines
  are yellow, ERROR lines (and tracebacks) are red
* pretty-print fact callback receiver JSON
* simplify the uwsgi log format so it's more legible
2017-06-22 09:19:32 -04:00

16 lines
175 B
Plaintext

django-debug-toolbar==1.5
pprofile
ipython==5.2.1
unittest2
pep8
flake8
pyflakes
pytest==2.9.2
pytest-cov
pytest-django
pytest-pythonpath
pytest-mock
logutils
flower
uwsgitop