-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (22 loc) · 536 Bytes
/
pyproject.toml
File metadata and controls
25 lines (22 loc) · 536 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
[tool.poetry]
name = "DDP-Validator"
version = "0.5.0"
description = ""
authors = ["Rendy Arya Kemal <renrror@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
toml = "^0.10.2"
requests = "^2.26.0"
rich = "^11.2.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
types-toml = "^0.10.1"
mypy = "^0.910"
flake8 = "^4.0.1"
black = "^21.11b1"
isort = "^5.10.1"
types-requests = "^2.26.0"
pyinstaller = "^5.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"