-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lehmann
authored and
Lehmann
committed
Oct 8, 2021
1 parent
ab28ac1
commit cd55451
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
natsort | ||
pyinstaller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile | ||
# | ||
altgraph==0.17.2 | ||
# via pyinstaller | ||
future==0.18.2 | ||
# via pefile | ||
natsort==7.1.1 | ||
# via -r requirements.in | ||
pefile==2021.9.3 | ||
# via pyinstaller | ||
pyinstaller==4.5.1 | ||
# via -r requirements.in | ||
pyinstaller-hooks-contrib==2021.3 | ||
# via pyinstaller | ||
pywin32-ctypes==0.2.0 | ||
# via pyinstaller | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |