mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Update pip and setuptools in requirements txt
Versions selected to be pre-19 pip due to unresolved issues with the build systems Upgrade everything, party on document new process rotate license files fix Swagger schema generation target Remove --ignore-installed flag
This commit is contained in:
@@ -34,11 +34,6 @@ if MODE == 'production':
|
||||
logger.error("Missing or incorrect metadata for Tower version. Ensure Tower was installed using the setup playbook.")
|
||||
raise Exception("Missing or incorrect metadata for Tower version. Ensure Tower was installed using the setup playbook.")
|
||||
|
||||
if social_django.__version__ != '2.1.0':
|
||||
raise RuntimeError("social_django version other than 2.1.0 detected {}. \
|
||||
Confirm that per-request social_django.utils.BACKENDS override \
|
||||
still works".format(social_django.__version__))
|
||||
|
||||
|
||||
# Return the default Django WSGI application.
|
||||
application = get_wsgi_application()
|
||||
|
||||
Reference in New Issue
Block a user