hellorahulk commited on
Commit
0c96379
·
verified ·
1 Parent(s): 5b68aa9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -9
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- crawl4ai
2
- gradio
3
- python-dotenv
4
- pydantic
5
- playwright
6
- aiofiles
7
- python-multipart
8
- typing-extensions
9
- uvicorn
 
 
 
 
1
+ crawl4ai>=0.4.3b0
2
+ gradio==3.41.2
3
+ fastapi==0.95.2
4
+ uvicorn==0.22.0
5
+ python-dotenv>=1.0.0
6
+ pydantic>=2.5.0
7
+ playwright>=1.40.0
8
+ aiofiles>=23.2.1
9
+ python-multipart>=0.0.6
10
+ typing-extensions>=4.8.0
11
+ starlette==0.27.0
12
+ websockets>=11.0.3