raw9 commited on
Commit
33c2fec
·
verified ·
1 Parent(s): 786a4fe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1 +1 @@
1
- ==========================================Omni-Digital Cloud Engine - RequirementsVersion: 4.0 (Enterprise Stealth)==========================================--- Core API Gateway & Async Server ---fastapi==0.109.2uvicorn[standard]==0.27.1--- Data Validation & Payload Management ---pydantic==2.6.1--- Advanced Browser Engine ---NOTE: Version MUST match the mcr.microsoft.com/playwright/python:v1.41.2-jammy docker imageplaywright==1.41.2--- Anti-Bot & Stealth Injection ---playwright-stealth==1.0.6--- Environment & Security Management ---python-dotenv==1.0.1
 
1
+ fastapi==0.109.2uvicorn[standard]==0.27.1pydantic==2.6.1playwright==1.41.2playwright-stealth==1.0.6python-dotenv==1.0.1