Files
flow2api/requirements.txt
Netlops 747d0cd2e7 feat(browser): replace playwright with nodriver for captcha service
- Add nodriver dependency for advanced browser automation
- Replace BrowserCaptchaService implementation with nodriver-based solution
- Remove headless environment detection logic as nodriver handles this natively
- Update browser captcha service to use undetected-chromedriver successor
- Maintain persistent browser profiles for login state preservation

fix(models): update video model keys for portrait and landscape variants

- Change veo_3_1_i2v_s_fast_fl to veo_3_1_i2v_s_fast_portrait_fl_ultra_relaxed
- Change veo_3_1_i2v_s_fast_fl to veo_3_1_i2v_s_fast_landscape_fl_ultra_relaxed
- Ensure proper aspect ratio configuration for video generation models
2025-12-30 15:35:05 +08:00

12 lines
206 B
Plaintext

fastapi==0.119.0
uvicorn[standard]==0.32.1
aiosqlite==0.20.0
pydantic==2.10.4
curl-cffi==0.7.3
tomli==2.2.1
bcrypt==4.2.1
python-multipart==0.0.20
python-dateutil==2.8.2
playwright==1.53.0
nodriver>=0.48.0