-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
38 lines (33 loc) · 856 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
33
34
35
36
37
38
[tool.poetry]
name = "django-thailand-geography"
version = "0.0.0"
description = ""
authors = ["Preeti Yuankrathok <[email protected]>"]
license = "MIT"
readme = "README.md"
keywords = ["django", "thailand", "geography", "address"]
packages = [{include = "thailand_geography"}]
[tool.poetry.dependencies]
python = "^3.8"
django = ">=3.2"
factory-boy = "^3.3.0"
urllib3 = "^2.0.6"
[tool.poetry.group.dev.dependencies]
pylint = "^3"
yapf = "^0"
toml = "^0"
ipdb = "^0"
coverage = "^6"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style = "semver"
[tool.yapf]
based_on_style = 'google'
column_limit = 120
coalesce_brackets = true
dedent_closing_brackets = true
split_arguments_when_comma_terminated = true
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"