File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=61" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " hapiclient"
7+ version = " 0.3.2b0"
8+ authors = [
9+ { name = " Bob Weigel" , email = " rweigel@gmu.edu" }
10+ ]
11+ description = " Client for Heliophysics API servers"
12+ readme = { file = " README.md" , content-type = " text/markdown" }
13+ license = { file = " LICENSE.txt" }
14+ requires-python = " >=3.5"
15+ dependencies = [
16+ " joblib" ,
17+ " urllib3" ,
18+
19+ " numpy>=1.14.3; python_version >= '3.6'" ,
20+ " pandas>=0.23; python_version >= '3.6'" ,
21+ " isodate>=0.6.0; python_version >= '3.6'" ,
22+
23+ " numpy<1.17; python_version == '3.5'" ,
24+ " pandas<1.0; python_version == '3.5'" ,
25+ " isodate>=0.6.0,<0.7.0; python_version == '3.5'" ,
26+ " kiwisolver<=1.2; python_version == '3.6'" ,
27+ ]
28+
29+ [project .optional-dependencies ]
30+ dev = [
31+ " deepdiff" ,
32+ " pytest; python_version >= '3.6'" ,
33+ " pytest<5.0.0; python_version == '3.5'" ,
34+ ]
35+
36+ [project .urls ]
37+ Homepage = " http://pypi.python.org/pypi/hapiclient/"
38+
39+ [tool .setuptools .packages .find ]
40+ where = [" ." ]
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments