raw9 commited on
Commit
cb08ec4
·
verified ·
1 Parent(s): 26527b7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ fastapi==0.109.2
2
+ uvicorn[standard]==0.27.1
3
+ pydantic==2.6.1
4
+ playwright==1.41.2
5
+ playwright-stealth==1.0.6
6
+ python-dotenv==1.0.1