Spaces:
Build error
Build error
Upload requirements.txt with huggingface_hub
Browse files- 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.
|