jwst-plotter/pyproject.toml

19 lines
365 B
TOML
Raw Normal View History

2021-12-31 08:15:33 +00:00
[tool.poetry]
name = "jwst-plotter"
version = "0.1.0"
description = ""
authors = ["Max Nuding <max.nuding@icloud.com>"]
[tool.poetry.dependencies]
2021-12-31 09:48:56 +00:00
python = "3.10"
2021-12-31 08:15:33 +00:00
requests = "^2.26.0"
2021-12-31 09:48:56 +00:00
numpy = "1.21.5"
matplotlib = "3.5.1"
2021-12-31 11:06:54 +00:00
pandas = "^1.3.5"
2021-12-31 08:15:33 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"