1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/requirements/requirements_dev.txt
Matthew Jones fa0780b9d0 Optimize uwsgi launching in dev container and prod
* Set --master flag so we have a preforking master process to manage
  subprocs
* Set max-requests to 1000 so uwsgi will recycle processes after 1000
  requests
* Set --no-orphans so uwsgi will track child processes and clean them up
  in order to respawn children
* Turn stats on in the container and install uwsgitop in dev
  requirements so we can track uwsgi stats
2016-11-04 13:38:23 -04:00

15 lines
159 B
Plaintext

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