-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgraded to python3.12; hopefully fixed memory leak drastically reduc…
…ing RAM requirement with the reliable PIL backend; removed hentai ID list sorting
- Loading branch information
9FS
committed
Feb 13, 2024
1 parent
cc39975
commit aff2bb8
Showing
6 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
certifi==2024.2.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
charset-normalizer==3.3.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
colorama==0.4.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
idna==3.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
kfsconfig==1.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
kfsfstr==1.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
kfslog==1.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
kfsmath==1.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
kfsmedia==2.4.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
olefile==0.47 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
pebble==5.0.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
pillow==10.2.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
requests==2.31.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
urllib3==2.2.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" | ||
certifi==2024.2.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
charset-normalizer==3.3.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
colorama==0.4.6 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
idna==3.6 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
kfsconfig==1.1.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
kfsfstr==1.1.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
kfslog==1.1.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
kfsmath==1.0.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
kfsmedia==2.5.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
olefile==0.47 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
pebble==5.0.6 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
pillow==10.2.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
requests==2.31.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" | ||
urllib3==2.2.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" |
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
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