Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
streamlit==1.44.0
|
3 |
fastapi==0.104.1
|
4 |
uvicorn==0.24.0
|
|
|
5 |
|
6 |
# Web Scraping & RSS
|
7 |
requests==2.31.0
|
@@ -44,4 +45,4 @@ httpx==0.25.0
|
|
44 |
aiofiles==23.2.1
|
45 |
|
46 |
# Caching
|
47 |
-
diskcache==5.6.3
|
|
|
2 |
streamlit==1.44.0
|
3 |
fastapi==0.104.1
|
4 |
uvicorn==0.24.0
|
5 |
+
pydantic==1.10.13
|
6 |
|
7 |
# Web Scraping & RSS
|
8 |
requests==2.31.0
|
|
|
45 |
aiofiles==23.2.1
|
46 |
|
47 |
# Caching
|
48 |
+
diskcache==5.6.3
|