mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
AC-1040 Add django-polymorphic as prerequisite for moving toward unified jobs.
This commit is contained in:
@@ -62,6 +62,7 @@ Django-1.5.5.tar.gz
|
||||
#django-celery-3.1.1.tar.gz
|
||||
#django-extensions-1.2.5.tar.gz
|
||||
#django-jsonfield-0.9.12.tar.gz
|
||||
#django_polymorphic-0.5.3.tar.gz
|
||||
#django-split-settings-0.1.1.tar.gz
|
||||
#django-taggit-0.11.2.tar.gz
|
||||
#djangorestframework-2.3.10.tar.gz
|
||||
@@ -93,3 +94,4 @@ ipython-1.1.0.tar.gz
|
||||
# - psycopg2 (via "yum install python-psycopg2")
|
||||
# - python-ldap (via "yum install python-ldap")
|
||||
# - readline-6.2.4.1.tar.gz (for the ipython shell)
|
||||
# - python-zmq (for using the job callback receiver)
|
||||
|
||||
BIN
requirements/django_polymorphic-0.5.3.tar.gz
Normal file
BIN
requirements/django_polymorphic-0.5.3.tar.gz
Normal file
Binary file not shown.
@@ -10,6 +10,7 @@ Django>=1.4
|
||||
#django-celery
|
||||
#django-extensions
|
||||
#django-jsonfield
|
||||
#django-polymorphic
|
||||
#django-split-settings
|
||||
#django-taggit
|
||||
#djangorestframework>=2.3.0,<2.4.0
|
||||
@@ -25,3 +26,4 @@ Django>=1.4
|
||||
# - ansible (via yum, pip or source checkout)
|
||||
# - psycopg2 (via "yum install python-psycopg2")
|
||||
# - python-ldap (via "yum install python-ldap")
|
||||
# - python-zmq (for using the job callback receiver)
|
||||
|
||||
@@ -60,6 +60,7 @@ Django-1.5.5.tar.gz
|
||||
#django-celery-3.1.1.tar.gz
|
||||
#django-extensions-1.2.5.tar.gz
|
||||
#django-jsonfield-0.9.12.tar.gz
|
||||
#django_polymorphic-0.5.3.tar.gz
|
||||
#django-split-settings-0.1.1.tar.gz
|
||||
#django-taggit-0.11.2.tar.gz
|
||||
#djangorestframework-2.3.10.tar.gz
|
||||
@@ -73,3 +74,4 @@ Django-1.5.5.tar.gz
|
||||
# - ansible (via yum, pip or source checkout)
|
||||
# - psycopg2 (via "yum install python-psycopg2")
|
||||
# - python-ldap (via "yum install python-ldap")
|
||||
# - python-zmq (for using the job callback receiver)
|
||||
|
||||
Reference in New Issue
Block a user