-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementa gestión de índices existentes en la clase Application y ag…
…rega método para confirmar eliminación. Utiliza send2trash para eliminar índices de forma segura. Actualiza requirements.txt para incluir la nueva dependencia.
- Loading branch information
1 parent
0822b6c
commit 09867d3
Showing
2 changed files
with
36 additions
and
11 deletions.
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 |
---|---|---|
|
@@ -18,3 +18,4 @@ idna==3.10 | |
requests==2.32.3 | ||
urllib3==2.2.3 | ||
pillow==11.0.0 | ||
send2trash==1.8.3 |