Merge pull request #13187 from john-westcott-iv/update_deeps

Update python dependencies
This commit is contained in:
John Westcott IV
2022-12-01 11:17:06 -05:00
committed by GitHub
23 changed files with 1013 additions and 660 deletions

View File

@@ -304,11 +304,13 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.sessions',
'django.contrib.sites',
# daphne has to be installed before django.contrib.staticfiles for the app to startup
# According to channels 4.0 docs you install daphne instead of channels now
'daphne',
'django.contrib.staticfiles',
'oauth2_provider',
'rest_framework',
'django_extensions',
'channels',
'polymorphic',
'taggit',
'social_django',