File size: 417 Bytes
1014339 8bed6db 1014339 8bed6db | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # LangGraph langgraph>=0.0.20 # LangChain langchain>=0.0.310 langchain-core>=0.1.4 langchain-groq>=0.1.0 langchain-text-splitters>=0.0.1 # API Clients tavily-python>=0.2.6 serper-python>=0.1.3 # Utilitaires python-dotenv>=1.0.0 requests>=2.31.0 aiohttp>=3.8.0 pydantic>=2.5.0 pydantic-settings>=2.0.0 markdown>=3.5.1 fpdf2>=2.7.5 # Interface utilisateur gradio>=3.40 # Tests pytest>=7.0.0 pytest-asyncio>=0.21.0 |