diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a3b3943..83d42d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ requests = "^2.25.1" PyQt5 = "^5.15.2" [tool.poetry.dev-dependencies] +pyinstaller = "^4.2" +pycodestyle = "^2.6.0" [build-system] requires = ["poetry-core>=1.0.0"] |