Bachir00 commited on
Commit
8bed6db
·
verified ·
1 Parent(s): 1014339

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -11
requirements.txt CHANGED
@@ -1,8 +1,3 @@
1
- # AI Research Assistant - Configuration requise
2
-
3
- # Python
4
- # python>=3.10
5
-
6
  # LangGraph
7
  langgraph>=0.0.20
8
 
@@ -12,9 +7,6 @@ langchain-core>=0.1.4
12
  langchain-groq>=0.1.0
13
  langchain-text-splitters>=0.0.1
14
 
15
- # ChromaDB
16
- # chromadb>=0.4.18
17
-
18
  # API Clients
19
  tavily-python>=0.2.6
20
  serper-python>=0.1.3
@@ -28,9 +20,9 @@ pydantic-settings>=2.0.0
28
  markdown>=3.5.1
29
  fpdf2>=2.7.5
30
 
31
- # Streamlit (optionnel, pour l'interface utilisateur)
32
- # streamlit>=1.28.0
33
 
34
  # Tests
35
  pytest>=7.0.0
36
- pytest-asyncio>=0.21.0
 
 
 
 
 
 
1
  # LangGraph
2
  langgraph>=0.0.20
3
 
 
7
  langchain-groq>=0.1.0
8
  langchain-text-splitters>=0.0.1
9
 
 
 
 
10
  # API Clients
11
  tavily-python>=0.2.6
12
  serper-python>=0.1.3
 
20
  markdown>=3.5.1
21
  fpdf2>=2.7.5
22
 
23
+ # Interface utilisateur
24
+ gradio>=3.40
25
 
26
  # Tests
27
  pytest>=7.0.0
28
+ pytest-asyncio>=0.21.0