mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
* awx.main.models Fact added * view host fact and timeline updated to use new Postgres Fact model instead of Mongo * Removed license set start Mongo logic * added View tests * added Model tests * Removed mongo fact unit tests * point at modified jsonbfield that supports sqlite storage driver * postgresify fact cache receiver * test OPTIONS endpoint * Note: single fact view not implemented yet.
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
-r requirements.txt
|
|
ansible==1.9.4
|
|
# Based on django-jenkins==0.16.3, with a fix for properly importing coverage
|
|
git+https://github.com/jlaska/django-jenkins.git@release_0.16.4#egg=django-jenkins
|
|
coverage
|
|
pyflakes
|
|
pep8
|
|
pylint
|
|
flake8
|
|
distribute==0.7.3
|
|
unittest2
|
|
pytest
|
|
pytest-cov
|
|
pytest-django
|
|
pytest-pythonpath
|
|
pytest-mock
|