mirror of
https://github.com/TheSmallHanCat/flow2api.git
synced 2026-07-01 03:04:30 +08:00
- 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
12 lines
206 B
Plaintext
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
|