fix: requirements.txt

This commit is contained in:
2024-06-11 20:03:35 +02:00
parent 79ad2feb00
commit e1349ffffc
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
*.exe *.exe
*.dll *.dll
*.ico
.vs .vs
__pycache__ __pycache__
bin bin

View File

@@ -1,3 +1,4 @@
pillow pillow
pywin32 pywin32
pefile pefile
PyQt5