- 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
28 lines
546 B
Plaintext
Executable File
28 lines
546 B
Plaintext
Executable File
# AITBC Blockchain Node Requirements
|
|
# Generated from pyproject.toml dependencies
|
|
|
|
# Core Framework
|
|
fastapi>=0.111.0
|
|
uvicorn[standard]>=0.30.0
|
|
|
|
# Data & Database
|
|
sqlmodel>=0.0.16
|
|
sqlalchemy>=2.0.30
|
|
alembic>=1.13.1
|
|
aiosqlite>=0.20.0
|
|
|
|
# WebSocket Support
|
|
websockets>=12.0
|
|
|
|
# Validation & Configuration
|
|
pydantic>=2.7.0
|
|
pydantic-settings>=2.2.1
|
|
|
|
# Performance
|
|
orjson>=3.10.0
|
|
|
|
# Local Dependencies
|
|
# Note: These should be installed in development mode with:
|
|
# pip install -e ../../packages/py/aitbc-crypto
|
|
# pip install -e ../../packages/py/aitbc-sdk
|