Skip to content

Commit 7d3a60a

Browse files
committed
req txt
1 parent ecf7c7d commit 7d3a60a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
PyYAML
2+
pillow
3+
opencv-python
4+
send2trash

src/core/app_config_object.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
class AppConfigurationObject:
1010

11+
# Container pour la configuration de l'App
12+
1113
def __init__(self, config_fp: str) -> None:
1214

1315
AssertionHelper.verify_file_extension(config_fp, '.yaml')

src/gui/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ def previous_task(self) -> None:
666666
self.sorting_task.restore_previous_reviewed_file()
667667
self.update_info_frame()
668668

669-
670669
def resize_logic(self) -> None:
671670
if not self.app_config: return
672671
self.app_config.switch_resize_mode()

0 commit comments

Comments
 (0)