- Implemented mqtt_publisher_test.py for manual MQTT message publishing - Created mqtt_test.py to test MQTT message reception and display statistics - Developed test_api_changes.py to verify API changes for camera settings and filename handling - Added test_camera_recovery_api.py for testing camera recovery API endpoints - Introduced test_max_fps.py to demonstrate maximum FPS capture functionality - Implemented test_mqtt_events_api.py to test MQTT events API endpoint - Created test_mqtt_logging.py for enhanced MQTT logging and API endpoint testing - Added sdk_config.py for SDK initialization and configuration with error suppression
22 lines
473 B
TOML
22 lines
473 B
TOML
[project]
|
|
name = "usda-vision-cameras"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"imageio>=2.37.0",
|
|
"matplotlib>=3.10.3",
|
|
"numpy>=2.3.2",
|
|
"opencv-python>=4.11.0.86",
|
|
"paho-mqtt>=2.1.0",
|
|
"pillow>=11.3.0",
|
|
"tqdm>=4.67.1",
|
|
"fastapi>=0.104.0",
|
|
"uvicorn>=0.24.0",
|
|
"websockets>=12.0",
|
|
"requests>=2.31.0",
|
|
"pytz>=2023.3",
|
|
"ipykernel>=6.30.0",
|
|
]
|