Update requirements.txt
Browse files- requirements.txt +15 -19
requirements.txt
CHANGED
@@ -1,20 +1,16 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
feedparser
|
8 |
-
xmltodict
|
9 |
-
spacy
|
10 |
-
python-dotenv
|
11 |
-
pandas
|
12 |
-
fpdf
|
13 |
-
plotly
|
14 |
-
pyvis
|
15 |
-
streamlit-agraph
|
16 |
-
jinja2>=3.0.0
|
17 |
streamlit-agraph>=0.0.45
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
1 |
+
fastapi>=0.95.0
|
2 |
+
uvicorn>=0.22.0
|
3 |
+
streamlit>=1.24.0
|
4 |
+
httpx>=0.24.0
|
5 |
+
openai>=0.27.0
|
6 |
+
pydantic>=1.10
|
7 |
+
feedparser>=6.0
|
8 |
+
xmltodict>=0.13.0
|
9 |
+
spacy>=3.5
|
10 |
+
python-dotenv>=1.0.0
|
11 |
+
pandas>=2.0
|
12 |
+
fpdf>=1.7
|
13 |
+
plotly>=5.15
|
14 |
+
pyvis>=0.3.1
|
|
|
|
|
15 |
streamlit-agraph>=0.0.45
|
16 |
+
jinja2>=3.0.0
|
|
|
|