start on installer script

This commit is contained in:
Mike Young
2019-12-23 17:06:51 -05:00
parent 083f82fde1
commit 5b81252f4f
6 changed files with 99 additions and 14 deletions

2
pyproject.toml vendored
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 = ["backend", "bs4", "django", "interface", "psycopg2", "requests"]
known_third_party = ["backend", "bs4", "django", "interface", "prompt_toolkit", "psycopg2", "requests"]