SuiteConsultance/requirements.txt
2025-09-20 13:18:04 +02:00

19 lines
No EOL
380 B
Text

# Dépendances principales
fpdf==1.7.2
# Interface utilisateur
# ttkthemes - commenté car nécessite Tk 8.6+
# alternatives à ttkthemes:
customtkinter==5.2.1
flask
pillow==11.3.0
packaging
# Fenêtre webview (mode application desktop)
pywebview>=4.4
# Utilitaires
python-dateutil==2.8.2
# Formatage
pyyaml==6.0.1
# Web scraping
requests>=2.25.1
beautifulsoup4>=4.9.3
lxml>=4.6.3