-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
57 lines (50 loc) · 1.39 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
[build-system]
requires = [ "poetry_core>=1.0.0" ]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "gsfpy"
version = "2.1.0"
description = "Python wrapper for the C implementation of the Generic Sensor Format library"
license = "MIT"
authors = [
"UK Hydrographic Office <[email protected]>"
]
homepage = "https://github.com/UKHO/gsfpy"
classifiers = [
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3"
]
readme = "README.md"
exclude = [ "tests/" ]
keywords = [ "bathymetry", "gsf", "libgsf" ]
repository = "https://github.com/UKHO/gsfpy"
[[tool.poetry.packages]]
include = "gsfpy"
[[tool.poetry.packages]]
include = "gsfpy3_08"
[[tool.poetry.packages]]
include = "gsfpy3_09"
[tool.poetry.dependencies]
python = "^3.6.2"
[tool.poetry.dev-dependencies]
assertpy = "^1.0"
bandit = "^1.7.1"
black = "^21.11b1"
bump2version = "^1.0.0"
coverage = "^6.1.2"
flake8 = "^4.0.1"
liccheck = "^0.6.2"
pytest-cov = "^3.0.0"
pytest-runner = "^5.3"
pytest = "^6.2.5"
toml = "^0.10.1"
types-toml = "^0.10.0"
immutabledict = "^2.2.1"
mypy = "^0.910"
pytest-cases = "^3.6.5"
dataclasses = {version = "^0.8", python = ">=3.6,<3.7"}
pytest-mock = "^3.1.1"
isort = "^5.8.0"
types-dataclasses = "^0.6.1"