mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
convert py2 -> py3
This commit is contained in:
@@ -5,6 +5,7 @@ boto==2.47.0
|
||||
channels==1.1.8
|
||||
celery==4.2.1
|
||||
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
|
||||
defusedxml==0.5.0 # py36 support https://github.com/tiran/defusedxml/pull/4
|
||||
Django==1.11.16
|
||||
django-auth-ldap==1.7.0
|
||||
django-crum==0.7.2
|
||||
@@ -13,13 +14,14 @@ django-jsonfield==1.0.1
|
||||
django-oauth-toolkit==1.1.3
|
||||
django-polymorphic==2.0.2
|
||||
django-pglocks==1.0.2
|
||||
django-radius==1.1.0
|
||||
django-radius==1.3.3
|
||||
django-solo==1.1.3
|
||||
django-split-settings==0.3.0
|
||||
django-taggit==0.22.2
|
||||
djangorestframework==3.7.7
|
||||
djangorestframework-yaml==1.0.3
|
||||
irc==16.2
|
||||
jinja2=2.10
|
||||
jsonschema==2.6.0
|
||||
Markdown==2.6.11 # used for formatting API help
|
||||
ordereddict==1.1
|
||||
@@ -32,7 +34,7 @@ python-dateutil==2.7.2 # contains support for TZINFO= parsing
|
||||
python-logstash==0.4.6
|
||||
python-memcached==1.59
|
||||
python-radius==1.0
|
||||
python-saml==2.4.0
|
||||
python3-saml==1.4.0
|
||||
social-auth-core==1.7.0
|
||||
social-auth-app-django==2.1.0
|
||||
redbaron==0.6.3
|
||||
|
||||
Reference in New Issue
Block a user