22 lines
643 B
Plaintext
22 lines
643 B
Plaintext
# PointCab Renamer v4.1 - Python Dependencies
|
|
# ==========================================
|
|
#
|
|
# Diese Datei listet alle Python-Abhängigkeiten auf.
|
|
# Installation: pip install -r requirements.txt
|
|
#
|
|
# Hinweis: tkinter ist Teil der Python-Standardbibliothek
|
|
# und muss unter Ubuntu separat installiert werden:
|
|
# sudo apt install python3-tk
|
|
|
|
# Für Build/Deployment:
|
|
pyinstaller>=5.0
|
|
|
|
# Standardbibliotheken (keine Installation nötig):
|
|
# - tkinter (GUI)
|
|
# - xml.etree.ElementTree (LSDX-Parsing)
|
|
# - uuid (UUID-Generierung)
|
|
# - shutil (Dateioperationen)
|
|
# - os (Betriebssystemfunktionen)
|
|
# - datetime (Zeitstempel)
|
|
# - logging (Protokollierung)
|