jwst-plotter/pyproject.toml

19 lines
365 B
TOML

[tool.poetry]
name = "jwst-plotter"
version = "0.1.0"
description = ""
authors = ["Max Nuding <max.nuding@icloud.com>"]
[tool.poetry.dependencies]
python = "3.10"
requests = "^2.26.0"
numpy = "1.21.5"
matplotlib = "3.5.1"
pandas = "^1.3.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"