mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
Updated to be compatible with Django 1.4.5, added tox settings for automated testing with Python 2.6/2.7 and Django 1.4/1.5.
This commit is contained in:
15
requirements/test.txt
Normal file
15
requirements/test.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# PIP requirements for AnsibleWorks testing using Tox (downloaded from
|
||||
# PyPI). Install using "pip -r test.txt".
|
||||
|
||||
ansible==1.2
|
||||
django-celery
|
||||
django-extensions
|
||||
django-jsonfield
|
||||
django-taggit
|
||||
djangorestframework>=2.3.0,<2.4.0
|
||||
Markdown
|
||||
pexpect
|
||||
PyYAML
|
||||
python-dateutil
|
||||
requests
|
||||
South>=0.8,<2.0
|
||||
Reference in New Issue
Block a user