Updated readme to reflect Djangos inclusion

This commit is contained in:
Mike
2019-11-09 23:36:21 -05:00
parent 24cc24fb15
commit 8c4eb6716e
2 changed files with 3 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ use_parentheses = true
# NOTE: the known_third_party setting is managed by
# seed-isort-config and should not be modified directly.
# Any changes made to this setting will be overwritten.
known_third_party = ["PIL", "bs4", "requests"]
known_third_party = ["PIL", "bs4", "config", "django", "interface", "lib", "requests"]