Continue switching from briefcase to poetry

This commit is contained in:
Micah Lee 2021-12-19 17:33:11 -08:00
parent 8dfbba736d
commit 1d53712544
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
12 changed files with 204 additions and 306 deletions

View file

@ -14,6 +14,9 @@ cx_freeze = {version = "*", platform = "win32"}
[tool.poetry.dev-dependencies]
black = "*"
pytest = "*"
pytest-faulthandler = "*"
pytest-qt = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]