forked from nsidc/earthaccess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
44 lines (41 loc) · 970 Bytes
/
pyproject.toml
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
35
36
37
38
39
40
41
42
43
44
[tool.poetry]
name = "earthdata"
version = "0.3.1"
description = "Client library for NASA Earthdata APIs"
authors = ["Luis Lopez <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python-cmr = ">=0.7"
python-benedict = ">=0.25"
pqdm = ">=0.1"
requests = ">=2.26"
s3fs = ">=2021.11, <2024"
tinynetrc = "^1.3.1"
[tool.poetry.dev-dependencies]
mypy = ">=0.812"
black = ">=21.11b0"
isort = ">=5"
autoflake = ">=1.3"
flake8 = ">=3.7"
jupyterlab = ">=3"
pre-commit = ">=2.4"
pytest = ">=6.0"
pytest-cov = ">=2.8"
pytest-watch = ">=4.2"
mkdocs = ">=1.2"
mkdocs-material = ">=7.1,<9.0"
markdown-include = ">=0.6"
mkdocstrings = ">=0.18"
mkdocs-jupyter = "=0.19.0"
pymdown-extensions = "=9.2"
pygments = "=2.11.1"
responses = ">=0.14"
types-requests = ">=0.1"
types-setuptools = ">=0.1"
ipywidgets = "^7.7.0"
widgetsnbextension = "^3.6.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"