-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 871 Bytes
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 871 Bytes
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
[tool.poetry]
name = "pybomwater"
version = "0.1.4"
description = "A python tool for requesting data from BoM Sensor Observation Service (SOS2, as WaterML 2.0 format)"
authors = ["Andrew Freebairn <andrew.freebairn@csiro.au>"]
license = "CSIRO Open Source Software Licence Agreement (variation of the BSD / MIT License)"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
requests = "^2.31.0"
iso8601 = "^2.1.0"
pytz = "^2023.3.post1"
geojson = "^3.0.1"
shapely = "^2.0.1"
pytest = "^7.4.2"
xmltodict = "^0.13.0"
pandas = "^2.1.1"
codecov = "^2.1.13"
pytest-cov = "^4.1.0"
owslib = "^0.29.2"
geopandas = "^0.14.0"
xarray = "^2023.9.0"
scipy = "^1.11.3"
netcdf4 = "^1.6.4"
wheel = "^0.41.2"
setuptools = "^70.0.0"
pytest-github-actions-annotate-failures = "^0.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"