Files
ruvnet--RuView/requirements.txt
T
dependabot[bot] 9cc9419db9 chore(deps): update aiosqlite requirement from >=0.19.0 to >=0.22.1 (#478)
Updates the requirements on [aiosqlite](https://github.com/omnilib/aiosqlite) to permit the latest version.
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omnilib/aiosqlite/compare/v0.19.0...v0.22.1)

---
updated-dependencies:
- dependency-name: aiosqlite
  dependency-version: 0.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-17 18:07:30 -04:00

39 lines
639 B
Plaintext

# Core dependencies
numpy>=1.21.0
scipy>=1.7.0
torch>=1.12.0
torchvision>=0.13.0
# API dependencies
fastapi>=0.95.0
uvicorn>=0.20.0
websockets>=10.4
pydantic>=1.10.0
python-jose[cryptography]>=3.3.0
python-multipart>=0.0.6
passlib[bcrypt]>=1.7.4
httpx>=0.24.0
pydantic-settings>=2.0.0
# Database dependencies
sqlalchemy>=2.0.0
asyncpg>=0.28.0
aiosqlite>=0.22.1
redis>=4.5.0
# CLI dependencies
click>=8.0.0
alembic>=1.10.0
# Hardware interface dependencies
asyncio-mqtt>=0.11.0
aiohttp>=3.13.5
paramiko>=3.0.0
# Data processing dependencies
opencv-python>=4.7.0
scikit-learn>=1.2.0
# Monitoring dependencies
prometheus-client>=0.16.0