mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Handle jenkins requirements properly
This commit is contained in:
@@ -29,7 +29,7 @@ Django>=1.6.7,<1.7
|
||||
django-debug-toolbar
|
||||
django-devserver>0.7
|
||||
unittest2
|
||||
django-jenkins<0.15
|
||||
django-jenkins
|
||||
ipython
|
||||
|
||||
# You may also need to install the following extra packages using the OS
|
||||
|
||||
@@ -84,11 +84,13 @@ logilab-common-0.61.0.tar.gz
|
||||
astroid-1.0.1.tar.gz
|
||||
# Needed by django-jenkins:
|
||||
coverage-3.7.1.tar.gz
|
||||
pylint-1.1.0.tar.gz
|
||||
pylint-1.3.1.zip
|
||||
pep8-1.5.7.tar.gz
|
||||
pyflakes-0.8.1.tar.gz
|
||||
# Remaining dev-only packages:
|
||||
django-debug-toolbar-1.1.tar.gz
|
||||
django-devserver-0.8.0.tar.gz
|
||||
django-jenkins-0.14.1.tar.gz
|
||||
django-jenkins-0.16.3.tar.gz
|
||||
ipython-1.2.1.tar.gz
|
||||
|
||||
# You may also need to install the following extra packages using the OS
|
||||
|
||||
BIN
requirements/django-jenkins-0.16.3.tar.gz
Normal file
BIN
requirements/django-jenkins-0.16.3.tar.gz
Normal file
Binary file not shown.
@@ -1,12 +1,8 @@
|
||||
# PIP requirements for running Tower unittests in jenkins.
|
||||
# Install using "pip --no-index -r jenkins.txt".
|
||||
|
||||
django-jenkins
|
||||
ansible
|
||||
coverage
|
||||
pyzmq
|
||||
python-memcached
|
||||
pyflakes
|
||||
pep8
|
||||
pylint
|
||||
python-ldap
|
||||
pycrypto
|
||||
|
||||
BIN
requirements/pep8-1.5.7.tar.gz
Normal file
BIN
requirements/pep8-1.5.7.tar.gz
Normal file
Binary file not shown.
BIN
requirements/pyflakes-0.8.1.tar.gz
Normal file
BIN
requirements/pyflakes-0.8.1.tar.gz
Normal file
Binary file not shown.
BIN
requirements/pylint-1.3.1.zip
Normal file
BIN
requirements/pylint-1.3.1.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user