55 lines
736 B
Plaintext
55 lines
736 B
Plaintext
# Core dependencies
|
|
pyserial==3.5
|
|
aioserial==1.3.2
|
|
|
|
# Database
|
|
psycopg2-binary==2.9.9
|
|
sqlalchemy==2.0.25
|
|
geoalchemy2==0.14.3
|
|
alembic==1.13.1
|
|
|
|
# GPS and Android
|
|
python-for-android==2024.1.21
|
|
|
|
# Web framework
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
pydantic==2.5.3
|
|
|
|
# Data processing
|
|
numpy==1.26.3
|
|
scipy==1.11.4
|
|
pandas==2.1.4
|
|
|
|
# Signal processing
|
|
scikit-learn==1.4.0
|
|
|
|
# File formats
|
|
python-dotenv==1.0.0
|
|
|
|
# Testing
|
|
pytest==7.4.4
|
|
pytest-asyncio==0.23.3
|
|
pytest-cov==4.1.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|
|
pytz==2023.3
|
|
requests==2.31.0
|
|
|
|
# Logging
|
|
loguru==0.7.2
|
|
|
|
# Configuration
|
|
pyyaml==6.0.1
|
|
toml==0.10.2
|
|
|
|
# API documentation
|
|
python-multipart==0.0.6
|
|
|
|
# Geographic calculations
|
|
geopy==2.4.1
|
|
|
|
# JSON schema validation
|
|
jsonschema==4.20.0
|