-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (29 loc) · 933 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
[tool.poetry]
name = "mapservice-clientlib"
version = "2.3.0"
description = "Library to query mapservices including ArcGIS, THREDDS, WMS and ScienceBase"
authors = ["dharvey-consbio <[email protected]>"]
keywords = ["arcgis", "thredds", "ncwms", "wms", "sciencebase", "geospatial", "gis", "mapservice", "map service", "clients", "mapservice_clientlib"]
readme = "README.md"
homepage = "https://github.com/consbio/mapservice-clientlib/"
repository = "https://github.com/consbio/mapservice-clientlib/"
license = "BSD"
packages = [
{ include = "clients" },
]
[tool.poetry.dependencies]
python = "^3.8"
gis-metadata-parser = "^2.0"
parserutils = "^2.0.1"
restle = "^0.5.1"
Pillow = "^9.5"
pyproj = "^3.2.1"
python-ags = "^0.3.2"
sciencebasepy = "^2.0.4"
[tool.poetry.dev-dependencies]
mock = "*"
requests-mock = "*"
pipdeptree = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"