2022-01-20 16:04:54 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "elite-engineering"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Tools for engineering in Elite Dangerous"
|
|
|
|
authors = ["Correl Roush <correl@gmail.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
2022-01-20 16:57:53 +00:00
|
|
|
returns = "^0.18.0"
|
2022-01-20 16:04:54 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
black = "^21.12b0"
|
|
|
|
pytest = "^6.2.5"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|