[hdf-compass] 220/295: add requests dependency

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit 0067d43f57bf82e44e590c8fb11c52e820d03494
Author: jreadey <jreadey at hdfgroup.org>
Date:   Mon Nov 2 17:09:29 2015 -0800

    add requests dependency
---
 README.rst | 1 +
 setup.py   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 0b700cf..d44f611 100644
--- a/README.rst
+++ b/README.rst
@@ -45,6 +45,7 @@ You will need:
 * `h5py <https://github.com/h5py/h5py>`_ *[HDF plugin]*
 * `hydroffice.bag <https://bitbucket.org/ccomjhc/hyo_bag>`_ *[BAG plugin]*
 * `Pydap <https://github.com/robertodealmeida/pydap>`_ *[OPeNDAP plugin]*
+* `Requests <https://github.com/kennethreitz/requests>` _ *[HDF Rest API plugin]*
 
 For packaging the app:
 
diff --git a/setup.py b/setup.py
index 38c7083..1f1863d 100644
--- a/setup.py
+++ b/setup.py
@@ -107,7 +107,8 @@ setup_args['install_requires'] =\
         "h5py",
         "wxPython",
         "hydroffice.bag",
-        "pydap"
+        "pydap",
+        "requests"
     ]
 # hdf_compass namespace, packages and other files
 setup_args['namespace_packages'] = ['hdf_compass']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list