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 da0b686369
Adding jupyter notebook support to the AWX development environment
* Jupyter starts alongside the other awx services and is available on
  0.0.0.0:8888
* make target: make jupyter
* default settings in settings/development.py
* Added jupyter, matplotlib, numpy to dev dependencies
2017-12-05 23:46:18 -05:00

18 lines
194 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
jupyter
matplotlib