Include confusable_homoglyphs data files.

django-registration currently requires confusable_homoglyphs~=2.0 which has problems retrieving these data files. Version 2.3.1 is expected to update the dependency to 3.0 which includes these with the package.
This commit is contained in:
Adarnof
2017-12-15 12:43:31 -05:00
parent 02a75a931a
commit 1fe9d18a1a
3 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ def create_project(parser, options, args):
'python': shutil.which('python'),
'gunicorn': shutil.which('gunicorn'),
'celery': shutil.which('celery'),
'extensions': ['py', 'conf'],
'extensions': ['py', 'conf', 'json'],
}
# Strip 'start' out of the arguments, leaving project name (and optionally destination dir)