pydantic>=2.0
autoforge-agent==0.4.0

[all]
fastapi>=0.110
uvicorn>=0.27
psycopg2-binary>=2.9
redis>=5.0
celery>=5.3
grpcio>=1.60
grpcio-tools>=1.60
protobuf>=4.25
pytest>=7.0
httpx>=0.27

[api]
fastapi>=0.110
uvicorn>=0.27

[dev]
pytest>=7.0
httpx>=0.27

[grpc]
grpcio>=1.60
grpcio-tools>=1.60
protobuf>=4.25

[postgres]
psycopg2-binary>=2.9

[redis]
redis>=5.0

[worker]
celery>=5.3
redis>=5.0
