OjciecTadeusz commited on
Commit
bd3a418
·
verified ·
1 Parent(s): 465f3d2

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # No additional dependencies required
2
+
3
+ The tkinter module and its submodules (scrolledtext, messagebox) are part of Python's standard library and don't require any external PyPI packages to function. These GUI components work directly with Python's built-in tkinter installation.