# Core dependencies
boto3>=1.34.0
botocore>=1.34.0
requests>=2.31.0
pyyaml>=6.0.1
click>=8.1.0
pydantic>=2.5.0
cryptography>=41.0.0
PyJWT>=2.10.0
python-dotenv>=1.0.0
jsonschema>=4.20.0
setuptools>=68.0

# FastAPI and UI server (optional - install with pip install gnosis-track[ui])
# fastapi>=0.104.0
# uvicorn[standard]>=0.24.0
# jinja2>=3.1.0

# Development tools (optional - install with pip install gnosis-track[dev])
# pytest>=7.0.0
# pytest-asyncio>=0.21.0
# black>=23.0.0
# isort>=5.12.0