forked from influxdata/influxdb-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
34 lines (32 loc) · 987 Bytes
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: influxdb-python
Maintainer: unknown <unknown@unknown>
Homepage: https://pypi.python.org/pypi/influxdb
Section: python
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Priority: optional
Build-Depends: debhelper (>= 8),
dh-python,
python-all,
python-setuptools,
python-requests (>= 1.0.3),
python-mock,
python-nose,
python3-all,
python3-setuptools,
python3-requests,
python3-mock,
python3-nose
Standards-Version: 3.9.5
Package: python-influxdb
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-requests (>= 1.0.3)
Description: Python client for InfluxDB
.
This is the Python 2 compatible package.
Package: python3-influxdb
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-requests
Description: Python client for InfluxDB
.
This is the Python 3 compatible package.