summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d403349..7585dfc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 12),
dh-python,
python3-all,
python3-requests,
- python3-setuptools
+ python3-setuptools,
+ python3-tqdm
Rules-Requires-Root: no
Homepage: https://pypi.org/project/cdsapi/
Vcs-Browser: https://git.nonempty.org/debian-python-cdsapi
@@ -18,7 +19,8 @@ Section: python
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-requests
+ python3-requests,
+ python3-tqdm
Description: Python 3 interface for the ECMWF CDS API
This is Python implementation of the European Centre for Medium-Range
Weather Forecasts' (ECMWF) Climate Data Store (CDS) API.