mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-23 11:02:11 +00:00
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
|