- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore) - Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md) - Remove executable permissions from web assets (HTML, CSS, JS files) - Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt) - Remove executable permissions from source code files across all apps - Add executable permissions to Python
32 lines
679 B
Plaintext
32 lines
679 B
Plaintext
# 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
|