[project] name = "mr-mistral" version = "0.1.0" description = "French Conversation Tutor using Mistral AI with Gemini fallback and Groq APIs" readme = "README.md" requires-python = ">=3.9" dependencies = [ "python-dotenv>=1.0.0", "gradio>=4.31.0", "groq>=0.30.0", "gtts>=2.5.4", "mistralai>=1.2.0", "numpy>=1.26.0", "google-generativeai>=0.5.0", "soundfile>=0.12.1", "openai>=1.95.1", ]