Some checks failed
CLI Tests / test-cli (push) Failing after 3s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m18s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Security Scanning / security-scan (push) Successful in 36s
- Reduced requires.txt from 58 dependencies to 5 core packages (click, pydantic, pyyaml, requests, rich) - Removed heavy dependencies: fastapi, uvicorn, sqlalchemy, web3, pandas, numpy, opencv, redis, tenseal - Updated PKG-INFO with expanded technical documentation including navigation, quick start, and quality metrics - Added aitbc_cli package modules to SOURCES.txt (config, auth, commands, utils subdirs) - Reorganized top_level.txt to include aitbc
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
click>=8.0
|
|
pydantic>=2.0
|
|
pyyaml>=6.0
|
|
requests>=2.28
|
|
rich>=13.0
|
|
|
|
[dev]
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-cov>=4.0.0
|
|
pytest-mock>=3.10.0
|
|
black>=22.0.0
|
|
isort>=5.10.0
|
|
flake8>=5.0.0
|