19 lines
351 B
TOML
19 lines
351 B
TOML
[tool.poetry]
|
|
name = "pathfinder"
|
|
version = "0.0.1"
|
|
description = ""
|
|
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = ">=6"
|
|
flake8 = "^3.8.4"
|
|
pytest-cov = "^2.10.1"
|
|
mypy = "^0.790"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|