mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-14 12:40:16 +01:00
b13086072c
* Update docker & buildroot * Fix * fix versions
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
config BR2_PACKAGE_PYTHON_INFLUXDB
|
|
bool "python-influxdb"
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
InfluxDB client.
|
|
|
|
https://github.com/influxdb/influxdb-python
|