-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 960 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 960 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
[tool.poetry]
name = "python-opendota"
version = "3.0.0"
description = "Generated Python SDK for working with OpenDota API"
authors = ["OpenAPI Generator community <team@openapitools.org>"]
maintainers = ["Dmitry Vasiliev <contact.vasiliev.dmitry@gmail.com>"]
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenDota API"]
readme = "README.md"
homepage = "https://docs.opendota.com/"
repository = "https://github.com/swimmwatch/python-opendota"
documentation = "https://github.com/swimmwatch/python-opendota#documentation-for-api-endpoints"
license = "Apache-2.0"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent"
]
[tool.poetry.dependencies]
python = ">=3.7.2,<4"
urllib3 = "^1.26.9"
python-dateutil = "^2.8.2"
[tool.poetry.dev-dependencies]
black = "^23.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"