afutc/pyproject.toml

21 lines
362 B
TOML
Raw Normal View History

2019-11-01 23:06:13 +00:00
[tool.poetry]
name = "afutc"
version = "0.1.0"
description = ""
authors = ["kirbylife <gabriel13m@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
numpy = "^1.17"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
2019-11-06 23:48:53 +00:00
ipython = "^7.9"
2019-11-01 23:06:13 +00:00
2019-11-06 23:48:53 +00:00
[tool.poetry.scripts]
start = "afutc:start"
2019-11-01 23:06:13 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"