requests>=2.28.0
pyyaml>=6.0
python-dotenv>=0.21.0
click>=8.1.0
pydantic>=2.0
tabulate>=0.9.0
colorama>=0.4.6
sqlalchemy>=2.0.0
alembic>=1.13.0

[cli]
click>=8.1.0
pydantic>=2.0
tabulate>=0.9.0
colorama>=0.4.6

[credibility]
schemathesis>=3.30.0

[dev]
pytest>=7.0
pytest-cov>=4.0
black>=23.0
flake8>=5.0

[postgres]
psycopg2-binary>=2.9.0

[server]
fastapi>=0.110.0
httpx<0.28,>=0.27.0
uvicorn>=0.27.0
