diff --git a/eventually/authentication/apps.py b/eventually/authentication/apps.py index 9635c9df..04be28df 100644 --- a/eventually/authentication/apps.py +++ b/eventually/authentication/apps.py @@ -3,3 +3,4 @@ class AuthenticationConfig(AppConfig): name = 'authentication' + type() diff --git a/requirements.txt b/requirements.txt index e11a07c9..eca3da7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,6 +44,5 @@ snowballstemmer==1.2.1 Sphinx==1.6.5 sphinxcontrib-websupport==1.0.1 urllib3==1.22 -uWSGI==2.0.15 wcwidth==0.1.7 wrapt==1.10.11