mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
* Switch base tower devel image from u14.04 to c7 * Switch container image to build python dependencies into itself instead of forcing it to be built on startup * Upgrade venv pip to 8.1.2 * Neuter queue.py which was heavily tied to redis and was basically orphaned code * Alter local_settings to override default cache settings and use memcached * Alter local settings to refer to qpid instead of redis for celery broker * Purge redis python dependencies and add qpid and memcached * Update docker-compose to purge redis and add qpid and memcached
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
django-debug-toolbar==1.5
|
|
pprofile
|
|
ipython
|
|
unittest2
|
|
pep8
|
|
flake8
|
|
pyflakes==1.0.0 # Pinned until PR merges https://gitlab.com/pycqa/flake8/merge_requests/56
|
|
pytest
|
|
pytest-cov
|
|
pytest-django
|
|
pytest-pythonpath
|
|
pytest-mock
|
|
qpid-tools
|