16 lines
217 B
Plaintext
16 lines
217 B
Plaintext
|
|
# Web Framework
|
||
|
|
fastapi>=0.109.0
|
||
|
|
uvicorn[standard]>=0.27.0
|
||
|
|
|
||
|
|
# Validation
|
||
|
|
pydantic>=2.5.0
|
||
|
|
pydantic-settings>=2.1.0
|
||
|
|
|
||
|
|
# Browser Automation
|
||
|
|
playwright>=1.40.0
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
pytest>=8.0.0
|
||
|
|
pytest-asyncio>=0.23.0
|
||
|
|
httpx>=0.26.0
|