```plaintext
#############################################
# Core dependencies of the MonStudioIA project
#############################################
openai==1.76.0            # GPT/Assistants API calls
unidecode>=1.4,<2             # Unicode cleaning/normalization
PyNaCl==1.5.0             # Encryption & signatures
pandas==2.2.3             # Analysis/CSV/Excel
requests==2.32.3          # Low-level HTTP requests
python-dotenv==1.0.1      # Environment variables (.env)



#############################################
# Google / YouTube APIs
#############################################
google-api-python-client==2.168.0   # Upload, playlists, stats
google-auth==2.29.0
google-auth-oauthlib==1.2.0
google-auth-httplib2==0.2.0

#############################################
# General utilities
#############################################
tqdm==4.66.3            # Progress bars
loguru==0.7.2           # Modern logging
rich==13.7.1            # Stylish terminal outputs
Pillow==10.3.0           # Image processing (JPEG, PNG, etc.)
piexif==1.1.3            # EXIF metadata manipulation

#############################################
# (Optional) section ✨DEV ONLY✨  
# Place it instead in a requirements-dev.txt
#############################################
# black==24.4.1
# ruff==0.4.0
# isort==5.13.2
# pytest==8.0.0
# pre-commit==3.6.0
# jupyterlab==4.2.0
pyyaml>=6.0,<7.0
pyinstaller
srt==3.5.3
regex>=2023.12.25,<2025.0.0
faster-whisper>=1.0.1
moviepy==1.0.3
```