-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (25 loc) · 821 Bytes
/
pyproject.toml
File metadata and controls
30 lines (25 loc) · 821 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
[tool.poetry]
name = "actinia_openapi_python_client"
version = "0.0.5"
description = "Actinia OpenAPI Python Client"
authors = ["Corey White <corey.white@openplains.com>"]
license = "GPLv3"
readme = "README.md"
repository = "https://github.com/openplainsinc/actinia_openapi_python_client"
keywords = ["OpenAPI", "OpenAPI-Generator", "Actinia", "GRASS GIS", "GRASS", "GIS", "OpenPlains"]
include = ["actinia_openapi_python_client/py.typed"]
[tool.poetry.dependencies]
python = "^3.9"
urllib3 = ">= 1.25.3"
python-dateutil = ">=2.8.2"
pydantic = ">=2"
typing-extensions = ">=4.7.1"
[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
tox = ">=3.9.0"
flake8 = ">=4.0.0"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"