# Mibale Framework
mibale>=1.0.0

# Dépendances principales
requests>=2.25.0
watchdog>=2.1.0
jinja2>=3.0.0

# Pour Android
python-for-android>=2020.0.0
buildozer>=1.0.0
kivy>=2.0.0
pyjnius>=1.3.0

# Dépendances optionnelles pour iOS (macOS seulement)
# pyobjc>=9.0.0 ; sys_platform == 'darwin'
# pyobjc-framework-cocoa>=9.0.0 ; sys_platform == 'darwin'
# Développement et outils
black>=22.0.0
flake8>=4.0.0
pytest>=6.0.0
pytest-asyncio>=0.15.0

# Utilitaires
pillow>=8.0.0
python-dotenv>=0.15.0
tomli>=2.0.0; python_version < "3.11"

# Optionnel: Base de données
# sqlite3  # Inclus dans Python
# aiosqlite>=0.17.0

# Optionnel: Graphiques
# matplotlib>=3.3.0
# plotly>=5.0.0

# Optionnel: Machine Learning
# numpy>=1.20.0
# scikit-learn>=1.0.0

# Optionnel: Audio/Video
# opencv-python>=4.5.0
# pygame>=2.0.0