- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
32 lines
679 B
Plaintext
Executable File
32 lines
679 B
Plaintext
Executable File
# Core dependencies for AITBC Agent SDK
|
|
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
pydantic>=2.4.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.12.0
|
|
redis>=5.0.0
|
|
cryptography>=41.0.0
|
|
web3>=6.11.0
|
|
requests>=2.31.0
|
|
psutil>=5.9.0
|
|
asyncio-mqtt>=0.16.0
|
|
|
|
# Optional GPU dependencies (install with pip install -e .[gpu])
|
|
# torch>=2.1.0
|
|
# torchvision>=0.16.0
|
|
# torchaudio>=2.1.0
|
|
# nvidia-ml-py>=12.535.0
|
|
|
|
# Optional edge computing dependencies (install with pip install -e .[edge])
|
|
# paho-mqtt>=1.6.0
|
|
# aiohttp>=3.9.0
|
|
# cryptography>=41.0.0
|
|
|
|
# Development dependencies (install with pip install -e .[dev])
|
|
# pytest>=7.4.0
|
|
# pytest-asyncio>=0.21.0
|
|
# black>=23.9.0
|
|
# flake8>=6.1.0
|
|
# mypy>=1.6.0
|
|
# pre-commit>=3.4.0
|