requirements.txt 파일 재서정

기존에 있던 파일 이름 이상한 애는 지웠다.
This commit is contained in:
2024-11-26 15:13:26 +09:00
parent d42ab9409f
commit 32b4919b04
3 changed files with 10 additions and 78 deletions

2
UI.py
View File

@@ -112,7 +112,7 @@ class MyApp(QMainWindow):
filename = util.GetParentDirName(pathFile, 0)
fileExt = util.GetExtStr(filename)
if not fileExt.lower() in [".zip", ".cbz"]:
if not fileExt.lower() in [".zip", ".cbz", ".webp", ".jpg", ".png", ".gif", ".jpeg"]:
continue
item = QListWidgetItem(filename)

View File

@@ -1,4 +1,9 @@
numpy==2.1.2
packaging==24.1
pip==24.2
wheel==0.44.0
beautifulsoup4==4.12.3
bs4==0.0.2
PyQt5==5.15.11
PyQt5-Qt5==5.15.2
PyQt5_sip==12.15.0
rarfile==4.2
setuptools==75.6.0
soupsieve==2.6
wheel==0.45.1

View File

@@ -1,73 +0,0 @@
appnope==0.1.4
asgiref==3.8.1
asttokens==2.4.1
attrs==23.2.0
beautifulsoup4==4.12.3
bs4==0.0.2
certifi==2024.2.2
cloudpickle==3.0.0
comm==0.2.2
ctype==7.4.2
debugpy==1.8.1
decorator==5.1.1
Django==5.0.4
et-xmlfile==1.1.0
executing==2.0.1
h11==0.14.0
idna==3.6
image==1.5.33
ipykernel==6.29.4
ipython==8.23.0
jedi==0.19.1
jupyter_client==8.6.1
jupyter_core==5.7.2
matplotlib-inline==0.1.6
nest-asyncio==1.6.0
numpy==1.26.4
openpyxl==3.1.2
outcome==1.3.0.post0
packaging==24.0
pandas==2.2.2
parso==0.8.3
pexpect==4.9.0
pillow==10.3.0
platformdirs==4.2.0
prompt-toolkit==3.0.43
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
PyQt5==5.15.11
PyQt5-Qt5==5.15.14
PyQt5_sip==12.15.0
PyQt6==6.7.0
PyQt6-Qt6==6.7.0
PyQt6-sip==13.6.0
PySide6==6.6.3.1
PySide6_Addons==6.6.3.1
PySide6_Essentials==6.6.3.1
PySocks==1.7.1
python-dateutil==2.9.0.post0
pytz==2024.1
pyzmq==25.1.2
rarfile==4.2
selenium==4.19.0
shiboken6==6.6.3.1
six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
soupsieve==2.5
spyder-kernels==2.5.1
sqlparse==0.5.0
stack-data==0.6.3
tk==0.1.0
tornado==6.4
traitlets==5.14.2
trio==0.25.0
trio-websocket==0.11.1
typing_extensions==4.10.0
tzdata==2024.1
urllib3==2.2.1
wcwidth==0.2.13
wsproto==1.2.0
wurlitzer==3.0.3