Skip to content

Commit 3421741

Browse files
committed
Add pyinstaller to development dependencies
Included pyinstaller in both pyproject.toml and requirements.txt to support packaging the project as a standalone executable.
1 parent 2ad9210 commit 3421741

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dev = [
2929
"flake8",
3030
"pytest",
3131
"requests-mock",
32+
"pyinstaller"
3233
]
3334

3435
[project.urls]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ black
33
flake8
44
pytest
55
requests-mock
6+
pyinstaller

0 commit comments

Comments
 (0)