Add briefcase dependency to pyproject.toml

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2019-03-15 22:20:58 -04:00
parent 2918b719bd
commit f075598919
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4

View File

@ -46,6 +46,7 @@ pytest-cov = "^2.5"
pytest-runner = "^4.2"
black = { version = "^18.3-alpha.0", python = "^3.6" }
pre-commit = "^1.12"
briefcase = "^0.2.8"
[build-system]
requires = ["poetry>=0.12"]